Html Css Color HEX #8C6013 Golden Brown

📋 copy color: '#8C6013'

red 140 ◦ green 96 ◦ blue 19

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

Shades of Golden Brown #8C6013

Tints of Golden Brown #8C6013

RGB

 RED value IS 140 (55.08% from 255) = 54.9%

 GREEN value IS 96 (37.89% from 255) = 37.65%

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 54.9%
G = 37.65%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C6013 (or 0x8C6013) is known color: Golden Brown. HEX triplet: 8C, 60 and 13. RGB value is (140,96,19). Sum of RGB (Red+Green+Blue) = 140+96+19=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6013 is #739FEC. Grayscale: #646464. Windows color (decimal): -7577581 or 1269900. OLE color: 1269900.

HSL color Cylindrical-coordinate representation of color #8C6013: hue angle of 38.18º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C6013 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 96 19 -
CMYK 0 0.31 0.86 0.45
HSL 38.18º 0.76% 0.31% -
HSV(B) 38.18º 0.86% 0.55% -
XYZ 15.12 13.99 2.52 -
YUV 100.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 140 96 19 0 0.31 0.86 0.45 38.18 0.76 0.31
Hex 8C 60 13 0 1F 56 2D 26 4C 1F
Octal 214 140 23 0 37 126 55 46 114 37
Binary 10001100 1100000 10011 0 11111 1010110 101101 100110 1001100 11111

Color Harmonies of #8C6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6013

Black with #8C6013

Text Example


Text Example

White with #8C6013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6013; }

 p { color: rgb(140,96,19); }

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

background-color css

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

 a { background-color: rgb(140,96,19); }

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

border-color css

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

 span { border-color: rgb(140,96,19); }

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