Html Css Color HEX #99765F Beaver

📋 copy color: '#99765F'

red 153 ◦ green 118 ◦ blue 95

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

Shades of Beaver #99765F

Tints of Beaver #99765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.24%

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

R = 41.8%
G = 32.24%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#99765F (or 0x99765F) is known color: Beaver. HEX triplet: 99, 76 and 5F. RGB value is (153,118,95). Sum of RGB (Red+Green+Blue) = 153+118+95=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #99765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99765F is #6689A0. Grayscale: #7D7D7D. Windows color (decimal): -6719905 or 6256281. OLE color: 6256281.

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

Color convert

RGB 153 118 95 -
CMYK 0 0.23 0.38 0.4
HSL 23.79º 0.23% 0.49% -
HSV(B) 23.79º 0.38% 0.6% -
XYZ 21.68 20.56 13.65 -
YUV 125.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 153 118 95 0 0.23 0.38 0.4 23.79 0.23 0.49
Hex 99 76 5F 0 17 26 28 18 17 31
Octal 231 166 137 0 27 46 50 30 27 61
Binary 10011001 1110110 1011111 0 10111 100110 101000 11000 10111 110001

Color Harmonies of #99765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99765F

Black with #99765F

Text Example


Text Example

White with #99765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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