#CBB68F

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

Shades of Tan #CBB68F

Tints of Tan #CBB68F

Color information

#CBB68F (or 0xCBB68F) is unknown color: approx Tan. HEX triplet: CB, B6 and 8F. RGB value is (203,182,143). Sum of RGB (Red+Green+Blue) = 203+182+143=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB68F is #344970. Grayscale: #B8B8B8. Windows color (decimal): -3426673 or 9418443. OLE color: 9418443.

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

Color convert

RGB203182143-
CMYK00.100.300.20
HSL39º36.59%67.84%-
HSV(B)39º29.56%79.61%-
XYZ46.3148.1432.84-
YUV183.83104.96141.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 143 (56.25% from 255) = 27.08%
R=38.45%
G=34.47%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318214300.100.300.203936.5967.84
HexCBB68F0A1E14272544
Octal31326621701236244745104
Binary1100101110110110100011110101011110101001001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB68F; }

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

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

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

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

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

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

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

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