Html Css Color HEX #967261 Beaver

📋 copy color: '#967261'

red 150 ◦ green 114 ◦ blue 97

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

Shades of Beaver #967261

Tints of Beaver #967261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

 BLUE value IS 97 (38.28% from 255) = 26.87%

R = 41.55%
G = 31.58%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#967261 (or 0x967261) is known color: Beaver. HEX triplet: 96, 72 and 61. RGB value is (150,114,97). Sum of RGB (Red+Green+Blue) = 150+114+97=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #967261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967261 is #698D9E. Grayscale: #7A7A7A. Windows color (decimal): -6917535 or 6386326. OLE color: 6386326.

HSL color Cylindrical-coordinate representation of color #967261: hue angle of 19.25º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967261 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 114 97 -
CMYK 0 0.24 0.35 0.41
HSL 19.25º 0.21% 0.48% -
HSV(B) 19.25º 0.35% 0.59% -
XYZ 20.75 19.38 13.96 -
YUV 122.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 150 114 97 0 0.24 0.35 0.41 19.25 0.21 0.48
Hex 96 72 61 0 18 23 29 13 15 30
Octal 226 162 141 0 30 43 51 23 25 60
Binary 10010110 1110010 1100001 0 11000 100011 101001 10011 10101 110000

Color Harmonies of #967261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967261

Black with #967261

Text Example


Text Example

White with #967261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967261; }

 p { color: rgb(150,114,97); }

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

background-color css

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

 a { background-color: rgb(150,114,97); }

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

border-color css

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

 span { border-color: rgb(150,114,97); }

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