Html Css Color HEX #967562 Beaver

📋 copy color: '#967562'

red 150 ◦ green 117 ◦ blue 98

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

Shades of Beaver #967562

Tints of Beaver #967562

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 41.1%
G = 32.05%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#967562 (or 0x967562) is known color: Beaver. HEX triplet: 96, 75 and 62. RGB value is (150,117,98). Sum of RGB (Red+Green+Blue) = 150+117+98=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #967562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967562 is #698A9D. Grayscale: #7C7C7C. Windows color (decimal): -6916766 or 6452630. OLE color: 6452630.

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

Color convert

RGB 150 117 98 -
CMYK 0 0.22 0.35 0.41
HSL 21.92º 0.21% 0.49% -
HSV(B) 21.92º 0.35% 0.59% -
XYZ 21.14 20.09 14.32 -
YUV 124.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 150 117 98 0 0.22 0.35 0.41 21.92 0.21 0.49
Hex 96 75 62 0 16 23 29 16 15 31
Octal 226 165 142 0 26 43 51 26 25 61
Binary 10010110 1110101 1100010 0 10110 100011 101001 10110 10101 110001

Color Harmonies of #967562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967562

Black with #967562

Text Example


Text Example

White with #967562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967562; }

 p { color: rgb(150,117,98); }

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

background-color css

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

 a { background-color: rgb(150,117,98); }

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

border-color css

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

 span { border-color: rgb(150,117,98); }

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