Html Css Color HEX #969C89 Delta

📋 copy color: '#969C89'

red 150 ◦ green 156 ◦ blue 137

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

Shades of Delta #969C89

Tints of Delta #969C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.93%

R = 33.86%
G = 35.21%
B = 30.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#969C89 (or 0x969C89) is known color: Delta. HEX triplet: 96, 9C and 89. RGB value is (150,156,137). Sum of RGB (Red+Green+Blue) = 150+156+137=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 156 - color contains mainly: green. Hex color #969C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969C89 is #696376. Grayscale: #989898. Windows color (decimal): -6906743 or 9018518. OLE color: 9018518.

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

Color convert

RGB 150 156 137 -
CMYK 0.04 0 0.12 0.39
HSL 78.95º 0.09% 0.57% -
HSV(B) 78.95º 0.12% 0.61% -
XYZ 28.98 32.07 28.33 -
YUV 152.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 150 156 137 0.04 0 0.12 0.39 78.95 0.09 0.57
Hex 96 9C 89 4 0 C 27 4F 9 39
Octal 226 234 211 4 0 14 47 117 11 71
Binary 10010110 10011100 10001001 100 0 1100 100111 1001111 1001 111001

Color Harmonies of #969C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C89

Black with #969C89

Text Example


Text Example

White with #969C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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