Html Css Color HEX #C07106 Dark Goldenrod

📋 copy color: '#C07106'

red 192 ◦ green 113 ◦ blue 6

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

Shades of Dark Goldenrod #C07106

Tints of Dark Goldenrod #C07106

RGB

 RED value IS 192 (75.39% from 255) = 61.74%

 GREEN value IS 113 (44.53% from 255) = 36.33%

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

R = 61.74%
G = 36.33%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C07106 (or 0xC07106) is known color: Dark Goldenrod. HEX triplet: C0, 71 and 06. RGB value is (192,113,6). Sum of RGB (Red+Green+Blue) = 192+113+6=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C07106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07106 is #3F8EF9. Grayscale: #7C7C7C. Windows color (decimal): -4165370 or 422336. OLE color: 422336.

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

Color convert

RGB 192 113 6 -
CMYK 0 0.41 0.97 0.25
HSL 34.52º 0.94% 0.39% -
HSV(B) 34.52º 0.97% 0.75% -
XYZ 27.68 23.03 3.16 -
YUV 124.42 61.17 176.2 -
System Red Green Blue C M Y K H S L
Decimal 192 113 6 0 0.41 0.97 0.25 34.52 0.94 0.39
Hex C0 71 6 0 29 61 19 23 5E 27
Octal 300 161 6 0 51 141 31 43 136 47
Binary 11000000 1110001 110 0 101001 1100001 11001 100011 1011110 100111

Color Harmonies of #C07106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07106

Black with #C07106

Text Example


Text Example

White with #C07106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07106; }

 p { color: rgb(192,113,6); }

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

background-color css

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

 a { background-color: rgb(192,113,6); }

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

border-color css

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

 span { border-color: rgb(192,113,6); }

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