#C6A24A

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

Shades of Sundance #C6A24A

Tints of Sundance #C6A24A

Color information

#C6A24A (or 0xC6A24A) is unknown color: approx Sundance. HEX triplet: C6, A2 and 4A. RGB value is (198,162,74). Sum of RGB (Red+Green+Blue) = 198+162+74=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A24A is #395DB5. Grayscale: #A3A3A3. Windows color (decimal): -3759542 or 4891334. OLE color: 4891334.

HSL color Cylindrical-coordinate representation of color #C6A24A: hue angle of 42.58º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6A24A is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB19816274-
CMYK00.180.630.22
HSL42.58º52.1%53.33%-
HSV(B)42.58º62.63%77.65%-
XYZ37.4538.3411.91-
YUV162.7377.93153.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 74 (29.30% from 255) = 17.05%
R=45.62%
G=37.33%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981627400.180.630.2242.5852.153.33
HexC6A24A0123F162b3435
Octal3062421120227726536465
Binary1100011010100010100101001001011111110110101011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A24A; }

 p { color: rgb(198,162,74); }

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

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

 a { background-color: rgb(198,162,74); }

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

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

 span { border-color: rgb(198,162,74); }

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