Html Css Color HEX #8C6104 Golden Brown

📋 copy color: '#8C6104'

red 140 ◦ green 97 ◦ blue 4

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

Shades of Golden Brown #8C6104

Tints of Golden Brown #8C6104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.25%

 BLUE value IS 4 (1.95% from 255) = 1.66%

R = 58.09%
G = 40.25%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C6104 (or 0x8C6104) is known color: Golden Brown. HEX triplet: 8C, 61 and 04. RGB value is (140,97,4). Sum of RGB (Red+Green+Blue) = 140+97+4=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6104 is #739EFB. Grayscale: #636363. Windows color (decimal): -7577340 or 287116. OLE color: 287116.

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

Color convert

RGB 140 97 4 -
CMYK 0 0.31 0.97 0.45
HSL 41.03º 0.94% 0.28% -
HSV(B) 41.03º 0.97% 0.55% -
XYZ 15.11 14.13 2.05 -
YUV 99.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 140 97 4 0 0.31 0.97 0.45 41.03 0.94 0.28
Hex 8C 61 4 0 1F 61 2D 29 5E 1C
Octal 214 141 4 0 37 141 55 51 136 34
Binary 10001100 1100001 100 0 11111 1100001 101101 101001 1011110 11100

Color Harmonies of #8C6104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6104

Black with #8C6104

Text Example


Text Example

White with #8C6104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,97,4); }

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

background-color css

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

 a { background-color: rgb(140,97,4); }

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

border-color css

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

 span { border-color: rgb(140,97,4); }

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