#C6810E

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

Shades of Dark Goldenrod #C6810E

Tints of Dark Goldenrod #C6810E

Color information

#C6810E (or 0xC6810E) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 81 and 0E. RGB value is (198,129,14). Sum of RGB (Red+Green+Blue) = 198+129+14=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6810E is #397EF1. Grayscale: #898989. Windows color (decimal): -3768050 or 950726. OLE color: 950726.

HSL color Cylindrical-coordinate representation of color #C6810E: hue angle of 37.5º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6810E is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB19812914-
CMYK00.350.930.22
HSL37.5º86.79%41.57%-
HSV(B)37.5º92.93%77.65%-
XYZ31.2227.744.12-
YUV136.5258.86171.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.06%
GREEN value IS 129 (50.78% from 255) = 37.83%
BLUE value IS 14 (5.86% from 255) = 4.11%
R=58.06%
G=37.83%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981291400.350.930.2237.586.7941.57
HexC681E0235D1626572a
Octal30620116043135264612752
Binary1100011010000001111001000111011101101101001101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6810E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6810E; }

 p { color: rgb(198,129,14); }

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

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

 a { background-color: rgb(198,129,14); }

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

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

 span { border-color: rgb(198,129,14); }

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