Html Css Color HEX #8B6104 Golden Brown

📋 copy color: '#8B6104'

red 139 ◦ green 97 ◦ blue 4

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

Shades of Golden Brown #8B6104

Tints of Golden Brown #8B6104

RGB

 RED value IS 139 (54.69% from 255) = 57.92%

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

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

R = 57.92%
G = 40.42%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8B6104 (or 0x8B6104) is known color: Golden Brown. HEX triplet: 8B, 61 and 04. RGB value is (139,97,4). Sum of RGB (Red+Green+Blue) = 139+97+4=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6104 is #749EFB. Grayscale: #636363. Windows color (decimal): -7642876 or 287115. OLE color: 287115.

HSL color Cylindrical-coordinate representation of color #8B6104: hue angle of 41.33º 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 #8B6104 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 97 4 -
CMYK 0 0.30 0.97 0.45
HSL 41.33º 0.94% 0.28% -
HSV(B) 41.33º 0.97% 0.55% -
XYZ 14.94 14.05 2.04 -
YUV 98.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 139 97 4 0 0.30 0.97 0.45 41.33 0.94 0.28
Hex 8B 61 4 0 1E 61 2D 29 5E 1C
Octal 213 141 4 0 36 141 55 51 136 34
Binary 10001011 1100001 100 0 11110 1100001 101101 101001 1011110 11100

Color Harmonies of #8B6104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6104

Black with #8B6104

Text Example


Text Example

White with #8B6104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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