Html Css Color HEX #99745F Beaver

📋 copy color: '#99745F'

red 153 ◦ green 116 ◦ blue 95

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

Shades of Beaver #99745F

Tints of Beaver #99745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.1%

R = 42.03%
G = 31.87%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#99745F (or 0x99745F) is known color: Beaver. HEX triplet: 99, 74 and 5F. RGB value is (153,116,95). Sum of RGB (Red+Green+Blue) = 153+116+95=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99745F is #668BA0. Grayscale: #7C7C7C. Windows color (decimal): -6720417 or 6255769. OLE color: 6255769.

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

Color convert

RGB 153 116 95 -
CMYK 0 0.24 0.38 0.4
HSL 21.72º 0.23% 0.49% -
HSV(B) 21.72º 0.38% 0.6% -
XYZ 21.45 20.09 13.57 -
YUV 124.67 111.26 148.21 -
System Red Green Blue C M Y K H S L
Decimal 153 116 95 0 0.24 0.38 0.4 21.72 0.23 0.49
Hex 99 74 5F 0 18 26 28 16 17 31
Octal 231 164 137 0 30 46 50 26 27 61
Binary 10011001 1110100 1011111 0 11000 100110 101000 10110 10111 110001

Color Harmonies of #99745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99745F

Black with #99745F

Text Example


Text Example

White with #99745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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