Html Css Color HEX #969C94 Mantle

📋 copy color: '#969C94'

red 150 ◦ green 156 ◦ blue 148

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

Shades of Mantle #969C94

Tints of Mantle #969C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.36%

 BLUE value IS 148 (58.2% from 255) = 32.6%

R = 33.04%
G = 34.36%
B = 32.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#969C94 (or 0x969C94) is known color: Mantle. HEX triplet: 96, 9C and 94. RGB value is (150,156,148). Sum of RGB (Red+Green+Blue) = 150+156+148=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 156 - color contains mainly: green. Hex color #969C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969C94 is #69636B. Grayscale: #999999. Windows color (decimal): -6906732 or 9739414. OLE color: 9739414.

HSL color Cylindrical-coordinate representation of color #969C94: hue angle of 105º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #969C94 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 156 148 -
CMYK 0.04 0 0.05 0.39
HSL 105º 0.04% 0.6% -
HSV(B) 105º 0.05% 0.61% -
XYZ 29.81 32.4 32.7 -
YUV 153.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 150 156 148 0.04 0 0.05 0.39 105 0.04 0.6
Hex 96 9C 94 4 0 5 27 69 4 3C
Octal 226 234 224 4 0 5 47 151 4 74
Binary 10010110 10011100 10010100 100 0 101 100111 1101001 100 111100

Color Harmonies of #969C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C94

Black with #969C94

Text Example


Text Example

White with #969C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969C94; }

 p { color: rgb(150,156,148); }

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

background-color css

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

 a { background-color: rgb(150,156,148); }

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

border-color css

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

 span { border-color: rgb(150,156,148); }

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