Html Css Color HEX #997158 Beaver

📋 copy color: '#997158'

red 153 ◦ green 113 ◦ blue 88

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

Shades of Beaver #997158

Tints of Beaver #997158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.86%

R = 43.22%
G = 31.92%
B = 24.86%

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

#997158 (or 0x997158) is known color: Beaver. HEX triplet: 99, 71 and 58. RGB value is (153,113,88). Sum of RGB (Red+Green+Blue) = 153+113+88=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #997158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997158 is #668EA7. Grayscale: #7A7A7A. Windows color (decimal): -6721192 or 5796249. OLE color: 5796249.

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

Color convert

RGB 153 113 88 -
CMYK 0 0.26 0.42 0.4
HSL 23.08º 0.27% 0.47% -
HSV(B) 23.08º 0.42% 0.6% -
XYZ 20.8 19.29 11.86 -
YUV 122.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 153 113 88 0 0.26 0.42 0.4 23.08 0.27 0.47
Hex 99 71 58 0 1A 2A 28 17 1B 2F
Octal 231 161 130 0 32 52 50 27 33 57
Binary 10011001 1110001 1011000 0 11010 101010 101000 10111 11011 101111

Color Harmonies of #997158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997158

Black with #997158

Text Example


Text Example

White with #997158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997158; }

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

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

background-color css

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

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

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

border-color css

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

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

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