Html Css Color HEX #99745E Beaver

📋 copy color: '#99745E'

red 153 ◦ green 116 ◦ blue 94

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

Shades of Beaver #99745E

Tints of Beaver #99745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

 BLUE value IS 94 (37.11% from 255) = 25.9%

R = 42.15%
G = 31.96%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99745E (or 0x99745E) is known color: Beaver. HEX triplet: 99, 74 and 5E. RGB value is (153,116,94). Sum of RGB (Red+Green+Blue) = 153+116+94=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99745E is #668BA1. Grayscale: #7C7C7C. Windows color (decimal): -6720418 or 6190233. OLE color: 6190233.

HSL color Cylindrical-coordinate representation of color #99745E: hue angle of 22.37º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99745E is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 94 -
CMYK 0 0.24 0.39 0.4
HSL 22.37º 0.24% 0.48% -
HSV(B) 22.37º 0.39% 0.6% -
XYZ 21.4 20.07 13.34 -
YUV 124.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 153 116 94 0 0.24 0.39 0.4 22.37 0.24 0.48
Hex 99 74 5E 0 18 27 28 16 18 30
Octal 231 164 136 0 30 47 50 26 30 60
Binary 10011001 1110100 1011110 0 11000 100111 101000 10110 11000 110000

Color Harmonies of #99745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99745E

Black with #99745E

Text Example


Text Example

White with #99745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99745E; }

 p { color: rgb(153,116,94); }

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

background-color css

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

 a { background-color: rgb(153,116,94); }

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

border-color css

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

 span { border-color: rgb(153,116,94); }

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