#CBBB6A

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

Shades of Tacha #CBBB6A

Tints of Tacha #CBBB6A

Color information

#CBBB6A (or 0xCBBB6A) is unknown color: approx Tacha. HEX triplet: CB, BB and 6A. RGB value is (203,187,106). Sum of RGB (Red+Green+Blue) = 203+187+106=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBB6A is #344495. Grayscale: #B6B6B6. Windows color (decimal): -3425430 or 6994891. OLE color: 6994891.

HSL color Cylindrical-coordinate representation of color #CBBB6A: hue angle of 50.1º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBBB6A is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB203187106-
CMYK00.080.480.20
HSL50.1º48.26%60.59%-
HSV(B)50.1º47.78%79.61%-
XYZ4549.2820.78-
YUV182.5584.8142.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=40.93%
G=37.70%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318710600.080.480.2050.148.2660.59
HexCBBB6A08301432303d
Octal3132731520106024626075
Binary110010111011101111010100100011000010100110010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBB6A; }

 p { color: rgb(203,187,106); }

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

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

 a { background-color: rgb(203,187,106); }

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

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

 span { border-color: rgb(203,187,106); }

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