Html Css Color HEX #87640B Golden Brown

📋 copy color: '#87640B'

red 135 ◦ green 100 ◦ blue 11

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

Shades of Golden Brown #87640B

Tints of Golden Brown #87640B

RGB

 RED value IS 135 (53.13% from 255) = 54.88%

 GREEN value IS 100 (39.45% from 255) = 40.65%

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

R = 54.88%
G = 40.65%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#87640B (or 0x87640B) is known color: Golden Brown. HEX triplet: 87, 64 and 0B. RGB value is (135,100,11). Sum of RGB (Red+Green+Blue) = 135+100+11=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87640B is #789BF4. Grayscale: #646464. Windows color (decimal): -7904245 or 746631. OLE color: 746631.

HSL color Cylindrical-coordinate representation of color #87640B: hue angle of 43.06º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87640B is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 100 11 -
CMYK 0 0.26 0.92 0.47
HSL 43.06º 0.85% 0.29% -
HSV(B) 43.06º 0.92% 0.53% -
XYZ 14.61 14.29 2.3 -
YUV 100.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 135 100 11 0 0.26 0.92 0.47 43.06 0.85 0.29
Hex 87 64 B 0 1A 5C 2F 2B 55 1D
Octal 207 144 13 0 32 134 57 53 125 35
Binary 10000111 1100100 1011 0 11010 1011100 101111 101011 1010101 11101

Color Harmonies of #87640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87640B

Black with #87640B

Text Example


Text Example

White with #87640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87640B; }

 p { color: rgb(135,100,11); }

 H1.HeaderClassName
 {
   color: #87640B;
 }
 .AnyTagClassName
 {
   color: #87640B;
 }
</style>

background-color css

<style>
 a { background-color: #87640B; }

 a { background-color: rgb(135,100,11); }

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

border-color css

<style>
 span { border-color: #87640B; }

 span { border-color: rgb(135,100,11); }

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