#CBB69F

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

Shades of Grain Brown #CBB69F

Tints of Grain Brown #CBB69F

Color information

#CBB69F (or 0xCBB69F) is unknown color: approx Grain Brown. HEX triplet: CB, B6 and 9F. RGB value is (203,182,159). Sum of RGB (Red+Green+Blue) = 203+182+159=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB69F is #344960. Grayscale: #B9B9B9. Windows color (decimal): -3426657 or 10467019. OLE color: 10467019.

HSL color Cylindrical-coordinate representation of color #CBB69F: hue angle of 31.36º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB69F is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB203182159-
CMYK00.100.220.20
HSL31.36º29.73%70.98%-
HSV(B)31.36º21.67%79.61%-
XYZ47.6148.6639.68-
YUV185.66112.96140.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 182 (71.48% from 255) = 33.46%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=37.32%
G=33.46%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318215900.100.220.2031.3629.7370.98
HexCBB69F0A16141f1e47
Octal31326623701226243736107
Binary11001011101101101001111101010101101010011111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB69F; }

 p { color: rgb(203,182,159); }

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

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

 a { background-color: rgb(203,182,159); }

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

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

 span { border-color: rgb(203,182,159); }

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