Html Css Color HEX #8B6705 Golden Brown

📋 copy color: '#8B6705'

red 139 ◦ green 103 ◦ blue 5

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

Shades of Golden Brown #8B6705

Tints of Golden Brown #8B6705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.7%

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 56.28%
G = 41.7%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8B6705 (or 0x8B6705) is known color: Golden Brown. HEX triplet: 8B, 67 and 05. RGB value is (139,103,5). Sum of RGB (Red+Green+Blue) = 139+103+5=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6705 is #7498FA. Grayscale: #676767. Windows color (decimal): -7641339 or 354187. OLE color: 354187.

HSL color Cylindrical-coordinate representation of color #8B6705: hue angle of 43.88º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B6705 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 103 5 -
CMYK 0 0.26 0.96 0.45
HSL 43.88º 0.93% 0.28% -
HSV(B) 43.88º 0.96% 0.55% -
XYZ 15.53 15.2 2.26 -
YUV 102.59 72.93 153.97 -
System Red Green Blue C M Y K H S L
Decimal 139 103 5 0 0.26 0.96 0.45 43.88 0.93 0.28
Hex 8B 67 5 0 1A 60 2D 2C 5D 1C
Octal 213 147 5 0 32 140 55 54 135 34
Binary 10001011 1100111 101 0 11010 1100000 101101 101100 1011101 11100

Color Harmonies of #8B6705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6705

Black with #8B6705

Text Example


Text Example

White with #8B6705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,103,5); }

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

background-color css

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

 a { background-color: rgb(139,103,5); }

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

border-color css

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

 span { border-color: rgb(139,103,5); }

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