#C67605

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

Shades of Dark Goldenrod #C67605

Tints of Dark Goldenrod #C67605

Color information

#C67605 (or 0xC67605) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 76 and 05. RGB value is (198,118,5). Sum of RGB (Red+Green+Blue) = 198+118+5=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C67605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67605 is #3989FA. Grayscale: #818181. Windows color (decimal): -3770875 or 358086. OLE color: 358086.

HSL color Cylindrical-coordinate representation of color #C67605: hue angle of 35.13º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C67605 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1981185-
CMYK00.400.970.22
HSL35.13º95.07%39.8%-
HSV(B)35.13º97.47%77.65%-
XYZ29.7924.973.39-
YUV129.0458177.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.68%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 5 (2.34% from 255) = 1.56%
R=61.68%
G=36.76%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198118500.400.970.2235.1395.0739.8
HexC67650286116235f28
Octal3061665050141264313750
Binary11000110111011010101010001100001101101000111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67605; }

 p { color: rgb(198,118,5); }

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

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

 a { background-color: rgb(198,118,5); }

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

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

 span { border-color: rgb(198,118,5); }

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