Html Css Color HEX #8B6901 Golden Brown

📋 copy color: '#8B6901'

red 139 ◦ green 105 ◦ blue 1

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

Shades of Golden Brown #8B6901

Tints of Golden Brown #8B6901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.86%

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

R = 56.73%
G = 42.86%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B6901 (or 0x8B6901) is known color: Golden Brown. HEX triplet: 8B, 69 and 01. RGB value is (139,105,1). Sum of RGB (Red+Green+Blue) = 139+105+1=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6901 is #7496FE. Grayscale: #676767. Windows color (decimal): -7640831 or 92555. OLE color: 92555.

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

Color convert

RGB 139 105 1 -
CMYK 0 0.24 0.99 0.45
HSL 45.22º 0.99% 0.27% -
HSV(B) 45.22º 0.99% 0.55% -
XYZ 15.7 15.59 2.21 -
YUV 103.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 139 105 1 0 0.24 0.99 0.45 45.22 0.99 0.27
Hex 8B 69 1 0 18 63 2D 2D 63 1B
Octal 213 151 1 0 30 143 55 55 143 33
Binary 10001011 1101001 1 0 11000 1100011 101101 101101 1100011 11011

Color Harmonies of #8B6901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6901

Black with #8B6901

Text Example


Text Example

White with #8B6901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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