Html Css Color HEX #C6860E Dark Goldenrod

📋 copy color: '#C6860E'

red 198 ◦ green 134 ◦ blue 14

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

Shades of Dark Goldenrod #C6860E

Tints of Dark Goldenrod #C6860E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.05%

R = 57.23%
G = 38.73%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6860E (or 0xC6860E) is known color: Dark Goldenrod. HEX triplet: C6, 86 and 0E. RGB value is (198,134,14). Sum of RGB (Red+Green+Blue) = 198+134+14=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6860E is #3979F1. Grayscale: #8C8C8C. Windows color (decimal): -3766770 or 952006. OLE color: 952006.

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

Color convert

RGB 198 134 14 -
CMYK 0 0.32 0.93 0.22
HSL 39.13º 0.87% 0.42% -
HSV(B) 39.13º 0.93% 0.78% -
XYZ 31.89 29.09 4.35 -
YUV 139.46 57.2 169.76 -
System Red Green Blue C M Y K H S L
Decimal 198 134 14 0 0.32 0.93 0.22 39.13 0.87 0.42
Hex C6 86 E 0 20 5D 16 27 57 2A
Octal 306 206 16 0 40 135 26 47 127 52
Binary 11000110 10000110 1110 0 100000 1011101 10110 100111 1010111 101010

Color Harmonies of #C6860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6860E

Black with #C6860E

Text Example


Text Example

White with #C6860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6860E; }

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

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

background-color css

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

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

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

border-color css

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

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

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