Html Css Color HEX #C68611 Dark Goldenrod

📋 copy color: '#C68611'

red 198 ◦ green 134 ◦ blue 17

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

Shades of Dark Goldenrod #C68611

Tints of Dark Goldenrod #C68611

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.4%

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

R = 56.73%
G = 38.4%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C68611 (or 0xC68611) is known color: Dark Goldenrod. HEX triplet: C6, 86 and 11. RGB value is (198,134,17). Sum of RGB (Red+Green+Blue) = 198+134+17=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C68611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68611 is #3979EE. Grayscale: #8C8C8C. Windows color (decimal): -3766767 or 1148614. OLE color: 1148614.

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

Color convert

RGB 198 134 17 -
CMYK 0 0.32 0.91 0.22
HSL 38.78º 0.84% 0.42% -
HSV(B) 38.78º 0.91% 0.78% -
XYZ 31.91 29.1 4.46 -
YUV 139.8 58.7 169.51 -
System Red Green Blue C M Y K H S L
Decimal 198 134 17 0 0.32 0.91 0.22 38.78 0.84 0.42
Hex C6 86 11 0 20 5B 16 27 54 2A
Octal 306 206 21 0 40 133 26 47 124 52
Binary 11000110 10000110 10001 0 100000 1011011 10110 100111 1010100 101010

Color Harmonies of #C68611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68611

Black with #C68611

Text Example


Text Example

White with #C68611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68611; }

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

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

background-color css

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

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

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

border-color css

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

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

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