Html Css Color HEX #C68006 Dark Goldenrod

📋 copy color: '#C68006'

red 198 ◦ green 128 ◦ blue 6

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

Shades of Dark Goldenrod #C68006

Tints of Dark Goldenrod #C68006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

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

R = 59.64%
G = 38.55%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C68006 (or 0xC68006) is known color: Dark Goldenrod. HEX triplet: C6, 80 and 06. RGB value is (198,128,6). Sum of RGB (Red+Green+Blue) = 198+128+6=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C68006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68006 is #397FF9. Grayscale: #878787. Windows color (decimal): -3768314 or 426182. OLE color: 426182.

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

Color convert

RGB 198 128 6 -
CMYK 0 0.35 0.97 0.22
HSL 38.13º 0.94% 0.4% -
HSV(B) 38.13º 0.97% 0.78% -
XYZ 31.04 27.46 3.84 -
YUV 135.02 55.19 172.92 -
System Red Green Blue C M Y K H S L
Decimal 198 128 6 0 0.35 0.97 0.22 38.13 0.94 0.4
Hex C6 80 6 0 23 61 16 26 5E 28
Octal 306 200 6 0 43 141 26 46 136 50
Binary 11000110 10000000 110 0 100011 1100001 10110 100110 1011110 101000

Color Harmonies of #C68006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68006

Black with #C68006

Text Example


Text Example

White with #C68006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68006; }

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

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

background-color css

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

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

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

border-color css

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

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

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