Html Css Color HEX #C37206 Dark Goldenrod

📋 copy color: '#C37206'

red 195 ◦ green 114 ◦ blue 6

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

Shades of Dark Goldenrod #C37206

Tints of Dark Goldenrod #C37206

RGB

 RED value IS 195 (76.56% from 255) = 61.9%

 GREEN value IS 114 (44.92% from 255) = 36.19%

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

R = 61.9%
G = 36.19%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C37206 (or 0xC37206) is known color: Dark Goldenrod. HEX triplet: C3, 72 and 06. RGB value is (195,114,6). Sum of RGB (Red+Green+Blue) = 195+114+6=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C37206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37206 is #3C8DF9. Grayscale: #7E7E7E. Windows color (decimal): -3968506 or 422595. OLE color: 422595.

HSL color Cylindrical-coordinate representation of color #C37206: hue angle of 34.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C37206 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 114 6 -
CMYK 0 0.42 0.97 0.24
HSL 34.29º 0.94% 0.39% -
HSV(B) 34.29º 0.97% 0.76% -
XYZ 28.56 23.65 3.23 -
YUV 125.91 60.34 177.28 -
System Red Green Blue C M Y K H S L
Decimal 195 114 6 0 0.42 0.97 0.24 34.29 0.94 0.39
Hex C3 72 6 0 2A 61 18 22 5E 27
Octal 303 162 6 0 52 141 30 42 136 47
Binary 11000011 1110010 110 0 101010 1100001 11000 100010 1011110 100111

Color Harmonies of #C37206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37206

Black with #C37206

Text Example


Text Example

White with #C37206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37206; }

 p { color: rgb(195,114,6); }

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

background-color css

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

 a { background-color: rgb(195,114,6); }

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

border-color css

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

 span { border-color: rgb(195,114,6); }

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