Html Css Color HEX #C6860C Dark Goldenrod

📋 copy color: '#C6860C'

red 198 ◦ green 134 ◦ blue 12

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

Shades of Dark Goldenrod #C6860C

Tints of Dark Goldenrod #C6860C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.49%

R = 57.56%
G = 38.95%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6860C (or 0xC6860C) is known color: Dark Goldenrod. HEX triplet: C6, 86 and 0C. RGB value is (198,134,12). Sum of RGB (Red+Green+Blue) = 198+134+12=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6860C is #3979F3. Grayscale: #8B8B8B. Windows color (decimal): -3766772 or 820934. OLE color: 820934.

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

Color convert

RGB 198 134 12 -
CMYK 0 0.32 0.94 0.22
HSL 39.35º 0.89% 0.41% -
HSV(B) 39.35º 0.94% 0.78% -
XYZ 31.88 29.08 4.28 -
YUV 139.23 56.2 169.92 -
System Red Green Blue C M Y K H S L
Decimal 198 134 12 0 0.32 0.94 0.22 39.35 0.89 0.41
Hex C6 86 C 0 20 5E 16 27 59 29
Octal 306 206 14 0 40 136 26 47 131 51
Binary 11000110 10000110 1100 0 100000 1011110 10110 100111 1011001 101001

Color Harmonies of #C6860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6860C

Black with #C6860C

Text Example


Text Example

White with #C6860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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