#CBB68D

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

Shades of Tan #CBB68D

Tints of Tan #CBB68D

Color information

#CBB68D (or 0xCBB68D) is unknown color: approx Tan. HEX triplet: CB, B6 and 8D. RGB value is (203,182,141). Sum of RGB (Red+Green+Blue) = 203+182+141=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB68D is #344972. Grayscale: #B7B7B7. Windows color (decimal): -3426675 or 9287371. OLE color: 9287371.

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

Color convert

RGB203182141-
CMYK00.100.310.20
HSL39.68º37.35%67.45%-
HSV(B)39.68º30.54%79.61%-
XYZ46.1648.0832.05-
YUV183.6103.96141.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=38.59%
G=34.60%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318214100.100.310.2039.6837.3567.45
HexCBB68D0A1F14282543
Octal31326621501237245045103
Binary1100101110110110100011010101011111101001010001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB68D; }

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

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

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

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

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

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

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

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