#CEB76B

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

Shades of Tacha #CEB76B

Tints of Tacha #CEB76B

Color information

#CEB76B (or 0xCEB76B) is unknown color: approx Tacha. HEX triplet: CE, B7 and 6B. RGB value is (206,183,107). Sum of RGB (Red+Green+Blue) = 206+183+107=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB76B is #314894. Grayscale: #B5B5B5. Windows color (decimal): -3229845 or 7059406. OLE color: 7059406.

HSL color Cylindrical-coordinate representation of color #CEB76B: hue angle of 46.06º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEB76B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB206183107-
CMYK00.110.480.19
HSL46.06º50.25%61.37%-
HSV(B)46.06º48.06%80.78%-
XYZ45.0448.0520.81-
YUV181.2186.12145.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.53%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 107 (42.19% from 255) = 21.57%
R=41.53%
G=36.90%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618310700.110.480.1946.0650.2561.37
HexCEB76B0B30132e323d
Octal3162671530136023566275
Binary110011101011011111010110101111000010011101110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB76B; }

 p { color: rgb(206,183,107); }

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

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

 a { background-color: rgb(206,183,107); }

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

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

 span { border-color: rgb(206,183,107); }

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