Html Css Color HEX #8C6019 Golden Brown

📋 copy color: '#8C6019'

red 140 ◦ green 96 ◦ blue 25

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

Shades of Golden Brown #8C6019

Tints of Golden Brown #8C6019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.58%

R = 53.64%
G = 36.78%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C6019 (or 0x8C6019) is known color: Golden Brown. HEX triplet: 8C, 60 and 19. RGB value is (140,96,25). Sum of RGB (Red+Green+Blue) = 140+96+25=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6019 is #739FE6. Grayscale: #656565. Windows color (decimal): -7577575 or 1663116. OLE color: 1663116.

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

Color convert

RGB 140 96 25 -
CMYK 0 0.31 0.82 0.45
HSL 37.04º 0.7% 0.32% -
HSV(B) 37.04º 0.82% 0.55% -
XYZ 15.17 14.01 2.82 -
YUV 101.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 140 96 25 0 0.31 0.82 0.45 37.04 0.7 0.32
Hex 8C 60 19 0 1F 52 2D 25 46 20
Octal 214 140 31 0 37 122 55 45 106 40
Binary 10001100 1100000 11001 0 11111 1010010 101101 100101 1000110 100000

Color Harmonies of #8C6019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6019

Black with #8C6019

Text Example


Text Example

White with #8C6019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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