Html Css Color HEX #96705C Beaver

📋 copy color: '#96705C'

red 150 ◦ green 112 ◦ blue 92

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

Shades of Beaver #96705C

Tints of Beaver #96705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 42.37%
G = 31.64%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96705C (or 0x96705C) is known color: Beaver. HEX triplet: 96, 70 and 5C. RGB value is (150,112,92). Sum of RGB (Red+Green+Blue) = 150+112+92=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #96705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96705C is #698FA3. Grayscale: #797979. Windows color (decimal): -6918052 or 6058134. OLE color: 6058134.

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

Color convert

RGB 150 112 92 -
CMYK 0 0.25 0.39 0.41
HSL 20.69º 0.24% 0.47% -
HSV(B) 20.69º 0.39% 0.59% -
XYZ 20.3 18.85 12.69 -
YUV 121.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 150 112 92 0 0.25 0.39 0.41 20.69 0.24 0.47
Hex 96 70 5C 0 19 27 29 15 18 2F
Octal 226 160 134 0 31 47 51 25 30 57
Binary 10010110 1110000 1011100 0 11001 100111 101001 10101 11000 101111

Color Harmonies of #96705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96705C

Black with #96705C

Text Example


Text Example

White with #96705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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