#91968A

Color #91968A Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #91968A

Tints of Delta #91968A

Color information

#91968A (or 0x91968A) is unknown color: approx Delta. HEX triplet: 91, 96 and 8A. RGB value is (145,150,138). Sum of RGB (Red+Green+Blue) = 145+150+138=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 150 - color contains mainly: green. Hex color #91968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91968A is #6E6975. Grayscale: #939393. Windows color (decimal): -7235958 or 9082513. OLE color: 9082513.

HSL color Cylindrical-coordinate representation of color #91968A: hue angle of 85º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #91968A is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB145150138-
CMYK0.0300.080.41
HSL85º5.41%56.47%-
HSV(B)85º8%58.82%-
XYZ27.1729.6728.34-
YUV147.14122.84126.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.49%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=33.49%
G=34.64%
B=31.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451501380.0300.080.41855.4156.47
Hex91968A3082955538
Octal221226212301051125570
Binary10010001100101101000101011010001010011010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91968A; }

 p { color: rgb(145,150,138); }

 H1.HeaderClassName
 {
   color: #91968A;
 }
 .AnyTagClassName
 {
   color: #91968A;
 }
</style>
background-color css

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

 a { background-color: rgb(145,150,138); }

 div.DivClassName
 {
   background-color: #91968A;
 }
 .BgClassName
 {
   background-color: #91968A;
 }
</style>
border-color css

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

 span { border-color: rgb(145,150,138); }

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