Html Css Color HEX #949591 Delta

📋 copy color: '#949591'

red 148 ◦ green 149 ◦ blue 145

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

Shades of Delta #949591

Tints of Delta #949591

RGB

 RED value IS 148 (58.2% from 255) = 33.48%

 GREEN value IS 149 (58.59% from 255) = 33.71%

 BLUE value IS 145 (57.03% from 255) = 32.81%

R = 33.48%
G = 33.71%
B = 32.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#949591 (or 0x949591) is known color: Delta. HEX triplet: 94, 95 and 91. RGB value is (148,149,145). Sum of RGB (Red+Green+Blue) = 148+149+145=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 149 - color contains mainly: green. Hex color #949591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949591 is #6B6A6E. Grayscale: #949494. Windows color (decimal): -7039599 or 9541012. OLE color: 9541012.

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

Color convert

RGB 148 149 145 -
CMYK 0.01 0 0.03 0.42
HSL 75º 0.02% 0.58% -
HSV(B) 75º 0.03% 0.58% -
XYZ 28.07 29.84 31.07 -
YUV 148.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 148 149 145 0.01 0 0.03 0.42 75 0.02 0.58
Hex 94 95 91 1 0 3 2A 4B 2 3A
Octal 224 225 221 1 0 3 52 113 2 72
Binary 10010100 10010101 10010001 1 0 11 101010 1001011 10 111010

Color Harmonies of #949591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949591

Black with #949591

Text Example


Text Example

White with #949591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949591; }

 p { color: rgb(148,149,145); }

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

background-color css

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

 a { background-color: rgb(148,149,145); }

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

border-color css

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

 span { border-color: rgb(148,149,145); }

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