Html Css Color HEX #C6870E Dark Goldenrod

📋 copy color: '#C6870E'

red 198 ◦ green 135 ◦ blue 14

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

Shades of Dark Goldenrod #C6870E

Tints of Dark Goldenrod #C6870E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.9%

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

R = 57.06%
G = 38.9%
B = 4.03%

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

#C6870E (or 0xC6870E) is known color: Dark Goldenrod. HEX triplet: C6, 87 and 0E. RGB value is (198,135,14). Sum of RGB (Red+Green+Blue) = 198+135+14=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6870E is #3978F1. Grayscale: #8C8C8C. Windows color (decimal): -3766514 or 952262. OLE color: 952262.

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

Color convert

RGB 198 135 14 -
CMYK 0 0.32 0.93 0.22
HSL 39.46º 0.87% 0.42% -
HSV(B) 39.46º 0.93% 0.78% -
XYZ 32.03 29.37 4.4 -
YUV 140.04 56.87 169.34 -
System Red Green Blue C M Y K H S L
Decimal 198 135 14 0 0.32 0.93 0.22 39.46 0.87 0.42
Hex C6 87 E 0 20 5D 16 27 57 2A
Octal 306 207 16 0 40 135 26 47 127 52
Binary 11000110 10000111 1110 0 100000 1011101 10110 100111 1010111 101010

Color Harmonies of #C6870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6870E

Black with #C6870E

Text Example


Text Example

White with #C6870E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6870E; }

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

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

background-color css

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

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

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

border-color css

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

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

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