Html Css Color HEX #997259 Beaver

📋 copy color: '#997259'

red 153 ◦ green 114 ◦ blue 89

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

Shades of Beaver #997259

Tints of Beaver #997259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 42.98%
G = 32.02%
B = 25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#997259 (or 0x997259) is known color: Beaver. HEX triplet: 99, 72 and 59. RGB value is (153,114,89). Sum of RGB (Red+Green+Blue) = 153+114+89=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #997259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997259 is #668DA6. Grayscale: #7A7A7A. Windows color (decimal): -6720935 or 5862041. OLE color: 5862041.

HSL color Cylindrical-coordinate representation of color #997259: hue angle of 23.44º 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 #997259 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 89 -
CMYK 0 0.25 0.42 0.4
HSL 23.44º 0.26% 0.47% -
HSV(B) 23.44º 0.42% 0.6% -
XYZ 20.96 19.53 12.12 -
YUV 122.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 153 114 89 0 0.25 0.42 0.4 23.44 0.26 0.47
Hex 99 72 59 0 19 2A 28 17 1A 2F
Octal 231 162 131 0 31 52 50 27 32 57
Binary 10011001 1110010 1011001 0 11001 101010 101000 10111 11010 101111

Color Harmonies of #997259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997259

Black with #997259

Text Example


Text Example

White with #997259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997259; }

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

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

background-color css

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

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

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

border-color css

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

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

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