Html Css Color HEX #99755C Beaver

📋 copy color: '#99755C'

red 153 ◦ green 117 ◦ blue 92

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

Shades of Beaver #99755C

Tints of Beaver #99755C

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 value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#99755C (or 0x99755C) is known color: 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

RGB 153 117 92 -
CMYK 0 0.24 0.40 0.4
HSL 24.59º 0.25% 0.48% -
HSV(B) 24.59º 0.4% 0.6% -
XYZ 21.43 20.27 12.91 -
YUV 124.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 153 117 92 0 0.24 0.40 0.4 24.59 0.25 0.48
Hex 99 75 5C 0 18 28 28 19 19 30
Octal 231 165 134 0 30 50 50 31 31 60
Binary 10011001 1110101 1011100 0 11000 101000 101000 11001 11001 110000

Color Harmonies of #99755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99755C

Black with #99755C

Text Example


Text Example

White with #99755C

Text Example


Text Example

HTML Codes & Css Web 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>