#C69B6C

Color #C69B6C Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #C69B6C

Tints of Fallow #C69B6C

Color information

#C69B6C (or 0xC69B6C) is unknown color: approx Fallow. HEX triplet: C6, 9B and 6C. RGB value is (198,155,108). Sum of RGB (Red+Green+Blue) = 198+155+108=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69B6C is #396493. Grayscale: #A2A2A2. Windows color (decimal): -3761300 or 7117766. OLE color: 7117766.

HSL color Cylindrical-coordinate representation of color #C69B6C: hue angle of 31.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C69B6C is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB198155108-
CMYK00.220.450.22
HSL31.33º44.12%60%-
HSV(B)31.33º45.45%77.65%-
XYZ37.7236.5319.25-
YUV162.597.25153.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 42.95%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 108 (42.58% from 255) = 23.43%
R=42.95%
G=33.62%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815510800.220.450.2231.3344.1260
HexC69B6C0162D161f2c3c
Octal3062331540265526375474
Binary110001101001101111011000101101011011011011111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69B6C; }

 p { color: rgb(198,155,108); }

 H1.HeaderClassName
 {
   color: #C69B6C;
 }
 .AnyTagClassName
 {
   color: #C69B6C;
 }
</style>
background-color css

<style>
 a { background-color: #C69B6C; }

 a { background-color: rgb(198,155,108); }

 div.DivClassName
 {
   background-color: #C69B6C;
 }
 .BgClassName
 {
   background-color: #C69B6C;
 }
</style>
border-color css

<style>
 span { border-color: #C69B6C; }

 span { border-color: rgb(198,155,108); }

 td.TdClassName
 {
   border-color: #C69B6C;
 }
 .TagClassName
 {
   border-color: #C69B6C;
 }
</style>