Html Css Color HEX #C68111 Dark Goldenrod

📋 copy color: '#C68111'

red 198 ◦ green 129 ◦ blue 17

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

Shades of Dark Goldenrod #C68111

Tints of Dark Goldenrod #C68111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.5%

 BLUE value IS 17 (7.03% from 255) = 4.94%

R = 57.56%
G = 37.5%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C68111 (or 0xC68111) is known color: Dark Goldenrod. HEX triplet: C6, 81 and 11. RGB value is (198,129,17). Sum of RGB (Red+Green+Blue) = 198+129+17=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C68111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68111 is #397EEE. Grayscale: #898989. Windows color (decimal): -3768047 or 1147334. OLE color: 1147334.

HSL color Cylindrical-coordinate representation of color #C68111: hue angle of 37.13º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C68111 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 129 17 -
CMYK 0 0.35 0.91 0.22
HSL 37.13º 0.84% 0.42% -
HSV(B) 37.13º 0.91% 0.78% -
XYZ 31.24 27.75 4.24 -
YUV 136.86 60.36 171.61 -
System Red Green Blue C M Y K H S L
Decimal 198 129 17 0 0.35 0.91 0.22 37.13 0.84 0.42
Hex C6 81 11 0 23 5B 16 25 54 2A
Octal 306 201 21 0 43 133 26 45 124 52
Binary 11000110 10000001 10001 0 100011 1011011 10110 100101 1010100 101010

Color Harmonies of #C68111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68111

Black with #C68111

Text Example


Text Example

White with #C68111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68111; }

 p { color: rgb(198,129,17); }

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

background-color css

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

 a { background-color: rgb(198,129,17); }

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

border-color css

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

 span { border-color: rgb(198,129,17); }

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