Html Css Color HEX #8B6E0B Golden Brown

📋 copy color: '#8B6E0B'

red 139 ◦ green 110 ◦ blue 11

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

Shades of Golden Brown #8B6E0B

Tints of Golden Brown #8B6E0B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.31%

 BLUE value IS 11 (4.69% from 255) = 4.23%

R = 53.46%
G = 42.31%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#8B6E0B (or 0x8B6E0B) is known color: Golden Brown. HEX triplet: 8B, 6E and 0B. RGB value is (139,110,11). Sum of RGB (Red+Green+Blue) = 139+110+11=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6E0B is #7491F4. Grayscale: #6B6B6B. Windows color (decimal): -7639541 or 749195. OLE color: 749195.

HSL color Cylindrical-coordinate representation of color #8B6E0B: hue angle of 46.41º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B6E0B is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 110 11 -
CMYK 0 0.21 0.92 0.45
HSL 46.41º 0.85% 0.29% -
HSV(B) 46.41º 0.92% 0.55% -
XYZ 16.28 16.66 2.68 -
YUV 107.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 139 110 11 0 0.21 0.92 0.45 46.41 0.85 0.29
Hex 8B 6E B 0 15 5C 2D 2E 55 1D
Octal 213 156 13 0 25 134 55 56 125 35
Binary 10001011 1101110 1011 0 10101 1011100 101101 101110 1010101 11101

Color Harmonies of #8B6E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6E0B

Black with #8B6E0B

Text Example


Text Example

White with #8B6E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,110,11); }

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

background-color css

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

 a { background-color: rgb(139,110,11); }

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

border-color css

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

 span { border-color: rgb(139,110,11); }

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