Html Css Color HEX #C68306 Dark Goldenrod

📋 copy color: '#C68306'

red 198 ◦ green 131 ◦ blue 6

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

Shades of Dark Goldenrod #C68306

Tints of Dark Goldenrod #C68306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.1%

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

R = 59.1%
G = 39.1%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C68306 (or 0xC68306) is known color: Dark Goldenrod. HEX triplet: C6, 83 and 06. RGB value is (198,131,6). Sum of RGB (Red+Green+Blue) = 198+131+6=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C68306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68306 is #397CF9. Grayscale: #898989. Windows color (decimal): -3767546 or 426950. OLE color: 426950.

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

Color convert

RGB 198 131 6 -
CMYK 0 0.34 0.97 0.22
HSL 39.06º 0.94% 0.4% -
HSV(B) 39.06º 0.97% 0.78% -
XYZ 31.44 28.25 3.97 -
YUV 136.78 54.2 171.66 -
System Red Green Blue C M Y K H S L
Decimal 198 131 6 0 0.34 0.97 0.22 39.06 0.94 0.4
Hex C6 83 6 0 22 61 16 27 5E 28
Octal 306 203 6 0 42 141 26 47 136 50
Binary 11000110 10000011 110 0 100010 1100001 10110 100111 1011110 101000

Color Harmonies of #C68306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68306

Black with #C68306

Text Example


Text Example

White with #C68306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68306; }

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

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

background-color css

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

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

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

border-color css

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

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

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