Html Css Color HEX #C67906 Dark Goldenrod

📋 copy color: '#C67906'

red 198 ◦ green 121 ◦ blue 6

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

Shades of Dark Goldenrod #C67906

Tints of Dark Goldenrod #C67906

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

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

R = 60.92%
G = 37.23%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C67906 (or 0xC67906) is known color: Dark Goldenrod. HEX triplet: C6, 79 and 06. RGB value is (198,121,6). Sum of RGB (Red+Green+Blue) = 198+121+6=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C67906 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67906 is #3986F9. Grayscale: #838383. Windows color (decimal): -3770106 or 424390. OLE color: 424390.

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

Color convert

RGB 198 121 6 -
CMYK 0 0.39 0.97 0.22
HSL 35.94º 0.94% 0.4% -
HSV(B) 35.94º 0.97% 0.78% -
XYZ 30.16 25.69 3.54 -
YUV 130.91 57.51 175.85 -
System Red Green Blue C M Y K H S L
Decimal 198 121 6 0 0.39 0.97 0.22 35.94 0.94 0.4
Hex C6 79 6 0 27 61 16 24 5E 28
Octal 306 171 6 0 47 141 26 44 136 50
Binary 11000110 1111001 110 0 100111 1100001 10110 100100 1011110 101000

Color Harmonies of #C67906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67906

Black with #C67906

Text Example


Text Example

White with #C67906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67906; }

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

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

background-color css

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

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

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

border-color css

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

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

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