Html Css Color HEX #8B6101 Golden Brown

📋 copy color: '#8B6101'

red 139 ◦ green 97 ◦ blue 1

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

Shades of Golden Brown #8B6101

Tints of Golden Brown #8B6101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 58.65%
G = 40.93%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B6101 (or 0x8B6101) is known color: Golden Brown. HEX triplet: 8B, 61 and 01. RGB value is (139,97,1). Sum of RGB (Red+Green+Blue) = 139+97+1=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6101 is #749EFE. Grayscale: #636363. Windows color (decimal): -7642879 or 90507. OLE color: 90507.

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

Color convert

RGB 139 97 1 -
CMYK 0 0.30 0.99 0.45
HSL 41.74º 0.99% 0.27% -
HSV(B) 41.74º 0.99% 0.55% -
XYZ 14.93 14.04 1.95 -
YUV 98.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 139 97 1 0 0.30 0.99 0.45 41.74 0.99 0.27
Hex 8B 61 1 0 1E 63 2D 2A 63 1B
Octal 213 141 1 0 36 143 55 52 143 33
Binary 10001011 1100001 1 0 11110 1100011 101101 101010 1100011 11011

Color Harmonies of #8B6101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6101

Black with #8B6101

Text Example


Text Example

White with #8B6101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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