#CEB662

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

Shades of Tacha #CEB662

Tints of Tacha #CEB662

Color information

#CEB662 (or 0xCEB662) is unknown color: approx Tacha. HEX triplet: CE, B6 and 62. RGB value is (206,182,98). Sum of RGB (Red+Green+Blue) = 206+182+98=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB662 is #31499D. Grayscale: #B3B3B3. Windows color (decimal): -3230110 or 6469326. OLE color: 6469326.

HSL color Cylindrical-coordinate representation of color #CEB662: hue angle of 46.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEB662 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB20618298-
CMYK00.120.520.19
HSL46.67º52.43%59.61%-
HSV(B)46.67º52.43%80.78%-
XYZ44.3947.4618.38-
YUV179.681.95146.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.39%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 98 (38.67% from 255) = 20.16%
R=42.39%
G=37.45%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061829800.120.520.1946.6752.4359.61
HexCEB6620C34132f343c
Octal3162661420146423576474
Binary110011101011011011000100110011010010011101111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB662; }

 p { color: rgb(206,182,98); }

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

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

 a { background-color: rgb(206,182,98); }

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

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

 span { border-color: rgb(206,182,98); }

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