Html Css Color HEX #8B6908 Golden Brown

📋 copy color: '#8B6908'

red 139 ◦ green 105 ◦ blue 8

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

Shades of Golden Brown #8B6908

Tints of Golden Brown #8B6908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.17%

R = 55.16%
G = 41.67%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8B6908 (or 0x8B6908) is known color: Golden Brown. HEX triplet: 8B, 69 and 08. RGB value is (139,105,8). Sum of RGB (Red+Green+Blue) = 139+105+8=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6908 is #7496F7. Grayscale: #686868. Windows color (decimal): -7640824 or 551307. OLE color: 551307.

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

Color convert

RGB 139 105 8 -
CMYK 0 0.24 0.94 0.45
HSL 44.43º 0.89% 0.29% -
HSV(B) 44.43º 0.94% 0.55% -
XYZ 15.74 15.61 2.41 -
YUV 104.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 139 105 8 0 0.24 0.94 0.45 44.43 0.89 0.29
Hex 8B 69 8 0 18 5E 2D 2C 59 1D
Octal 213 151 10 0 30 136 55 54 131 35
Binary 10001011 1101001 1000 0 11000 1011110 101101 101100 1011001 11101

Color Harmonies of #8B6908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6908

Black with #8B6908

Text Example


Text Example

White with #8B6908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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