Html Css Color HEX #8B6613 Golden Brown

📋 copy color: '#8B6613'

red 139 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #8B6613

Tints of Golden Brown #8B6613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.23%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 53.46%
G = 39.23%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B6613 (or 0x8B6613) is known color: Golden Brown. HEX triplet: 8B, 66 and 13. RGB value is (139,102,19). Sum of RGB (Red+Green+Blue) = 139+102+19=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6613 is #7499EC. Grayscale: #676767. Windows color (decimal): -7641581 or 1271435. OLE color: 1271435.

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

Color convert

RGB 139 102 19 -
CMYK 0 0.27 0.86 0.45
HSL 41.5º 0.76% 0.31% -
HSV(B) 41.5º 0.86% 0.55% -
XYZ 15.52 15.04 2.7 -
YUV 103.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 139 102 19 0 0.27 0.86 0.45 41.5 0.76 0.31
Hex 8B 66 13 0 1B 56 2D 2A 4C 1F
Octal 213 146 23 0 33 126 55 52 114 37
Binary 10001011 1100110 10011 0 11011 1010110 101101 101010 1001100 11111

Color Harmonies of #8B6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6613

Black with #8B6613

Text Example


Text Example

White with #8B6613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,102,19); }

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

background-color css

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

 a { background-color: rgb(139,102,19); }

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

border-color css

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

 span { border-color: rgb(139,102,19); }

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