Html Css Color HEX #99755F Beaver

📋 copy color: '#99755F'

red 153 ◦ green 117 ◦ blue 95

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

Shades of Beaver #99755F

Tints of Beaver #99755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

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

R = 41.92%
G = 32.05%
B = 26.03%

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

#99755F (or 0x99755F) is known color: Beaver. HEX triplet: 99, 75 and 5F. RGB value is (153,117,95). Sum of RGB (Red+Green+Blue) = 153+117+95=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99755F is #668AA0. Grayscale: #7D7D7D. Windows color (decimal): -6720161 or 6256025. OLE color: 6256025.

HSL color Cylindrical-coordinate representation of color #99755F: hue angle of 22.76º 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 #99755F is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 117 95 -
CMYK 0 0.24 0.38 0.4
HSL 22.76º 0.23% 0.49% -
HSV(B) 22.76º 0.38% 0.6% -
XYZ 21.56 20.32 13.61 -
YUV 125.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 153 117 95 0 0.24 0.38 0.4 22.76 0.23 0.49
Hex 99 75 5F 0 18 26 28 17 17 31
Octal 231 165 137 0 30 46 50 27 27 61
Binary 10011001 1110101 1011111 0 11000 100110 101000 10111 10111 110001

Color Harmonies of #99755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99755F

Black with #99755F

Text Example


Text Example

White with #99755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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