Html Css Color HEX #90968B Delta

📋 copy color: '#90968B'

red 144 ◦ green 150 ◦ blue 139

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

Shades of Delta #90968B

Tints of Delta #90968B

RGB

 RED value IS 144 (56.64% from 255) = 33.26%

 GREEN value IS 150 (58.98% from 255) = 34.64%

 BLUE value IS 139 (54.69% from 255) = 32.1%

R = 33.26%
G = 34.64%
B = 32.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#90968B (or 0x90968B) is known color: Delta. HEX triplet: 90, 96 and 8B. RGB value is (144,150,139). Sum of RGB (Red+Green+Blue) = 144+150+139=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 150 - color contains mainly: green. Hex color #90968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90968B is #6F6974. Grayscale: #929292. Windows color (decimal): -7301493 or 9148048. OLE color: 9148048.

HSL color Cylindrical-coordinate representation of color #90968B: hue angle of 92.73º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #90968B is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 150 139 -
CMYK 0.04 0 0.07 0.41
HSL 92.73º 0.05% 0.57% -
HSV(B) 92.73º 0.07% 0.59% -
XYZ 27.07 29.61 28.71 -
YUV 146.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 144 150 139 0.04 0 0.07 0.41 92.73 0.05 0.57
Hex 90 96 8B 4 0 7 29 5D 5 39
Octal 220 226 213 4 0 7 51 135 5 71
Binary 10010000 10010110 10001011 100 0 111 101001 1011101 101 111001

Color Harmonies of #90968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90968B

Black with #90968B

Text Example


Text Example

White with #90968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90968B; }

 p { color: rgb(144,150,139); }

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

background-color css

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

 a { background-color: rgb(144,150,139); }

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

border-color css

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

 span { border-color: rgb(144,150,139); }

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