Html Css Color HEX #C97706 Dark Goldenrod

📋 copy color: '#C97706'

red 201 ◦ green 119 ◦ blue 6

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

Shades of Dark Goldenrod #C97706

Tints of Dark Goldenrod #C97706

RGB

 RED value IS 201 (78.91% from 255) = 61.66%

 GREEN value IS 119 (46.88% from 255) = 36.5%

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

R = 61.66%
G = 36.5%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C97706 (or 0xC97706) is known color: Dark Goldenrod. HEX triplet: C9, 77 and 06. RGB value is (201,119,6). Sum of RGB (Red+Green+Blue) = 201+119+6=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C97706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97706 is #3688F9. Grayscale: #838383. Windows color (decimal): -3574010 or 423881. OLE color: 423881.

HSL color Cylindrical-coordinate representation of color #C97706: hue angle of 34.77º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C97706 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 119 6 -
CMYK 0 0.41 0.97 0.21
HSL 34.77º 0.94% 0.41% -
HSV(B) 34.77º 0.97% 0.79% -
XYZ 30.72 25.62 3.5 -
YUV 130.64 57.67 178.19 -
System Red Green Blue C M Y K H S L
Decimal 201 119 6 0 0.41 0.97 0.21 34.77 0.94 0.41
Hex C9 77 6 0 29 61 15 23 5E 29
Octal 311 167 6 0 51 141 25 43 136 51
Binary 11001001 1110111 110 0 101001 1100001 10101 100011 1011110 101001

Color Harmonies of #C97706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97706

Black with #C97706

Text Example


Text Example

White with #C97706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97706; }

 p { color: rgb(201,119,6); }

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

background-color css

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

 a { background-color: rgb(201,119,6); }

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

border-color css

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

 span { border-color: rgb(201,119,6); }

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