Html Css Color HEX #997159 Beaver

📋 copy color: '#997159'

red 153 ◦ green 113 ◦ blue 89

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

Shades of Beaver #997159

Tints of Beaver #997159

RGB

 RED value IS 153 (60.16% from 255) = 43.1%

 GREEN value IS 113 (44.53% from 255) = 31.83%

 BLUE value IS 89 (35.16% from 255) = 25.07%

R = 43.1%
G = 31.83%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#997159 (or 0x997159) is known color: Beaver. HEX triplet: 99, 71 and 59. RGB value is (153,113,89). Sum of RGB (Red+Green+Blue) = 153+113+89=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #997159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997159 is #668EA6. Grayscale: #7A7A7A. Windows color (decimal): -6721191 or 5861785. OLE color: 5861785.

HSL color Cylindrical-coordinate representation of color #997159: hue angle of 22.5º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #997159 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 89 -
CMYK 0 0.26 0.42 0.4
HSL 22.5º 0.26% 0.47% -
HSV(B) 22.5º 0.42% 0.6% -
XYZ 20.85 19.3 12.08 -
YUV 122.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 153 113 89 0 0.26 0.42 0.4 22.5 0.26 0.47
Hex 99 71 59 0 1A 2A 28 16 1A 2F
Octal 231 161 131 0 32 52 50 26 32 57
Binary 10011001 1110001 1011001 0 11010 101010 101000 10110 11010 101111

Color Harmonies of #997159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997159

Black with #997159

Text Example


Text Example

White with #997159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997159; }

 p { color: rgb(153,113,89); }

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

background-color css

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

 a { background-color: rgb(153,113,89); }

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

border-color css

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

 span { border-color: rgb(153,113,89); }

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