Html Css Color HEX #969D8C Delta

📋 copy color: '#969D8C'

red 150 ◦ green 157 ◦ blue 140

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

Shades of Delta #969D8C

Tints of Delta #969D8C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.12%

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 33.56%
G = 35.12%
B = 31.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#969D8C (or 0x969D8C) is known color: Delta. HEX triplet: 96, 9D and 8C. RGB value is (150,157,140). Sum of RGB (Red+Green+Blue) = 150+157+140=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 157 - color contains mainly: green. Hex color #969D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969D8C is #696273. Grayscale: #999999. Windows color (decimal): -6906484 or 9215382. OLE color: 9215382.

HSL color Cylindrical-coordinate representation of color #969D8C: hue angle of 84.71º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969D8C is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 157 140 -
CMYK 0.04 0 0.11 0.38
HSL 84.71º 0.08% 0.58% -
HSV(B) 84.71º 0.11% 0.62% -
XYZ 29.37 32.49 29.53 -
YUV 152.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 150 157 140 0.04 0 0.11 0.38 84.71 0.08 0.58
Hex 96 9D 8C 4 0 B 26 55 8 3A
Octal 226 235 214 4 0 13 46 125 10 72
Binary 10010110 10011101 10001100 100 0 1011 100110 1010101 1000 111010

Color Harmonies of #969D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969D8C

Black with #969D8C

Text Example


Text Example

White with #969D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,157,140); }

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

background-color css

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

 a { background-color: rgb(150,157,140); }

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

border-color css

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

 span { border-color: rgb(150,157,140); }

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