Html Css Color HEX #967055 Beaver

📋 copy color: '#967055'

red 150 ◦ green 112 ◦ blue 85

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

Shades of Beaver #967055

Tints of Beaver #967055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 43.23%
G = 32.28%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#967055 (or 0x967055) is known color: Beaver. HEX triplet: 96, 70 and 55. RGB value is (150,112,85). Sum of RGB (Red+Green+Blue) = 150+112+85=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #967055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967055 is #698FAA. Grayscale: #787878. Windows color (decimal): -6918059 or 5599382. OLE color: 5599382.

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

Color convert

RGB 150 112 85 -
CMYK 0 0.25 0.43 0.41
HSL 24.92º 0.28% 0.46% -
HSV(B) 24.92º 0.43% 0.59% -
XYZ 20.01 18.73 11.15 -
YUV 120.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 150 112 85 0 0.25 0.43 0.41 24.92 0.28 0.46
Hex 96 70 55 0 19 2B 29 19 1C 2E
Octal 226 160 125 0 31 53 51 31 34 56
Binary 10010110 1110000 1010101 0 11001 101011 101001 11001 11100 101110

Color Harmonies of #967055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967055

Black with #967055

Text Example


Text Example

White with #967055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967055; }

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

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

background-color css

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

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

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

border-color css

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

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

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