#99755C

Color #99755C Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #99755C

Tints of Beaver #99755C

Color information

#99755C (or 0x99755C) is unknown color: approx Beaver. HEX triplet: 99, 75 and 5C. RGB value is (153,117,92). Sum of RGB (Red+Green+Blue) = 153+117+92=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99755C is #668AA3. Grayscale: #7D7D7D. Windows color (decimal): -6720164 or 6059417. OLE color: 6059417.

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

Color convert

RGB15311792-
CMYK00.240.400.4
HSL24.59º24.9%48.04%-
HSV(B)24.59º39.87%60%-
XYZ21.4320.2712.91-
YUV124.91109.43148.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=42.27%
G=32.32%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531179200.240.400.424.5924.948.04
Hex99755C0182828191930
Octal2311651340305050313160
Binary10011001111010110111000110001010001010001100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99755C;
 }
 .AnyTagClassName
 {
   color: #99755C;
 }
</style>
background-color css

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

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

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

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

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

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