Html Css Color HEX #96705A Beaver

📋 copy color: '#96705A'

red 150 ◦ green 112 ◦ blue 90

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

Shades of Beaver #96705A

Tints of Beaver #96705A

RGB

 RED value IS 150 (58.98% from 255) = 42.61%

 GREEN value IS 112 (44.14% from 255) = 31.82%

 BLUE value IS 90 (35.55% from 255) = 25.57%

R = 42.61%
G = 31.82%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96705A (or 0x96705A) is known color: Beaver. HEX triplet: 96, 70 and 5A. RGB value is (150,112,90). Sum of RGB (Red+Green+Blue) = 150+112+90=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #96705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96705A is #698FA5. Grayscale: #787878. Windows color (decimal): -6918054 or 5927062. OLE color: 5927062.

HSL color Cylindrical-coordinate representation of color #96705A: hue angle of 22º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96705A is Cyan = 0, Magento = 0.25, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 90 -
CMYK 0 0.25 0.4 0.41
HSL 22º 0.25% 0.47% -
HSV(B) 22º 0.4% 0.59% -
XYZ 20.22 18.81 12.24 -
YUV 120.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 150 112 90 0 0.25 0.4 0.41 22 0.25 0.47
Hex 96 70 5A 0 19 28 29 16 19 2F
Octal 226 160 132 0 31 50 51 26 31 57
Binary 10010110 1110000 1011010 0 11001 101000 101001 10110 11001 101111

Color Harmonies of #96705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96705A

Black with #96705A

Text Example


Text Example

White with #96705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96705A; }

 p { color: rgb(150,112,90); }

 H1.HeaderClassName
 {
   color: #96705A;
 }
 .AnyTagClassName
 {
   color: #96705A;
 }
</style>

background-color css

<style>
 a { background-color: #96705A; }

 a { background-color: rgb(150,112,90); }

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

border-color css

<style>
 span { border-color: #96705A; }

 span { border-color: rgb(150,112,90); }

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