Html Css Color HEX #89664D Leather

📋 copy color: '#89664D'

red 137 ◦ green 102 ◦ blue 77

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

Shades of Leather #89664D

Tints of Leather #89664D

RGB

 RED value IS 137 (53.91% from 255) = 43.35%

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

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 43.35%
G = 32.28%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#89664D (or 0x89664D) is known color: Leather. HEX triplet: 89, 66 and 4D. RGB value is (137,102,77). Sum of RGB (Red+Green+Blue) = 137+102+77=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #89664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89664D is #7699B2. Grayscale: #6D6D6D. Windows color (decimal): -7772595 or 5072521. OLE color: 5072521.

HSL color Cylindrical-coordinate representation of color #89664D: hue angle of 25º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89664D is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 102 77 -
CMYK 0 0.26 0.44 0.46
HSL 25º 0.28% 0.42% -
HSV(B) 25º 0.44% 0.54% -
XYZ 16.41 15.36 9.12 -
YUV 109.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 137 102 77 0 0.26 0.44 0.46 25 0.28 0.42
Hex 89 66 4D 0 1A 2C 2E 19 1C 2A
Octal 211 146 115 0 32 54 56 31 34 52
Binary 10001001 1100110 1001101 0 11010 101100 101110 11001 11100 101010

Color Harmonies of #89664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89664D

Black with #89664D

Text Example


Text Example

White with #89664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89664D; }

 p { color: rgb(137,102,77); }

 H1.HeaderClassName
 {
   color: #89664D;
 }
 .AnyTagClassName
 {
   color: #89664D;
 }
</style>

background-color css

<style>
 a { background-color: #89664D; }

 a { background-color: rgb(137,102,77); }

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

border-color css

<style>
 span { border-color: #89664D; }

 span { border-color: rgb(137,102,77); }

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