Html Css Color HEX #969893 Delta

📋 copy color: '#969893'

red 150 ◦ green 152 ◦ blue 147

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

Shades of Delta #969893

Tints of Delta #969893

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.85%

 BLUE value IS 147 (57.81% from 255) = 32.74%

R = 33.41%
G = 33.85%
B = 32.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#969893 (or 0x969893) is known color: Delta. HEX triplet: 96, 98 and 93. RGB value is (150,152,147). Sum of RGB (Red+Green+Blue) = 150+152+147=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 152 - color contains mainly: green. Hex color #969893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969893 is #69676C. Grayscale: #969696. Windows color (decimal): -6907757 or 9672854. OLE color: 9672854.

HSL color Cylindrical-coordinate representation of color #969893: hue angle of 84º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969893 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 152 147 -
CMYK 0.01 0 0.03 0.40
HSL 84º 0.02% 0.59% -
HSV(B) 84º 0.03% 0.6% -
XYZ 29.07 31.05 32.06 -
YUV 150.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 150 152 147 0.01 0 0.03 0.40 84 0.02 0.59
Hex 96 98 93 1 0 3 28 54 2 3B
Octal 226 230 223 1 0 3 50 124 2 73
Binary 10010110 10011000 10010011 1 0 11 101000 1010100 10 111011

Color Harmonies of #969893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969893

Black with #969893

Text Example


Text Example

White with #969893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969893; }

 p { color: rgb(150,152,147); }

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

background-color css

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

 a { background-color: rgb(150,152,147); }

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

border-color css

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

 span { border-color: rgb(150,152,147); }

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