Html Css Color HEX #8B6602 Golden Brown

📋 copy color: '#8B6602'

red 139 ◦ green 102 ◦ blue 2

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

Shades of Golden Brown #8B6602

Tints of Golden Brown #8B6602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 57.2%
G = 41.98%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B6602 (or 0x8B6602) is known color: Golden Brown. HEX triplet: 8B, 66 and 02. RGB value is (139,102,2). Sum of RGB (Red+Green+Blue) = 139+102+2=243 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.20% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6602 is #7499FD. Grayscale: #666666. Windows color (decimal): -7641598 or 157323. OLE color: 157323.

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

Color convert

RGB 139 102 2 -
CMYK 0 0.27 0.99 0.45
HSL 43.8º 0.97% 0.28% -
HSV(B) 43.8º 0.99% 0.55% -
XYZ 15.41 15 2.14 -
YUV 101.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 139 102 2 0 0.27 0.99 0.45 43.8 0.97 0.28
Hex 8B 66 2 0 1B 63 2D 2C 61 1C
Octal 213 146 2 0 33 143 55 54 141 34
Binary 10001011 1100110 10 0 11011 1100011 101101 101100 1100001 11100

Color Harmonies of #8B6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6602

Black with #8B6602

Text Example


Text Example

White with #8B6602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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