Html Css Color HEX #C67606 Dark Goldenrod

📋 copy color: '#C67606'

red 198 ◦ green 118 ◦ blue 6

#C67606
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #C67606

Tints of Dark Goldenrod #C67606

RGB

 RED value IS 198 (77.73% from 255) = 61.49%

 GREEN value IS 118 (46.48% from 255) = 36.65%

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 61.49%
G = 36.65%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C67606 (or 0xC67606) is known color: Dark Goldenrod. HEX triplet: C6, 76 and 06. RGB value is (198,118,6). Sum of RGB (Red+Green+Blue) = 198+118+6=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C67606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67606 is #3989F9. Grayscale: #818181. Windows color (decimal): -3770874 or 423622. OLE color: 423622.

HSL color Cylindrical-coordinate representation of color #C67606: hue angle of 35º degrees, saturation: 0.94, 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 #C67606 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 118 6 -
CMYK 0 0.40 0.97 0.22
HSL 35º 0.94% 0.4% -
HSV(B) 35º 0.97% 0.78% -
XYZ 29.8 24.98 3.42 -
YUV 129.15 58.5 177.11 -
System Red Green Blue C M Y K H S L
Decimal 198 118 6 0 0.40 0.97 0.22 35 0.94 0.4
Hex C6 76 6 0 28 61 16 23 5E 28
Octal 306 166 6 0 50 141 26 43 136 50
Binary 11000110 1110110 110 0 101000 1100001 10110 100011 1011110 101000

Color Harmonies of #C67606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67606

Black with #C67606

Text Example


Text Example

White with #C67606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67606; }

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

 H1.HeaderClassName
 {
   color: #C67606;
 }
 .AnyTagClassName
 {
   color: #C67606;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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