Html Css Color HEX #95908B Zorba

📋 copy color: '#95908B'

red 149 ◦ green 144 ◦ blue 139

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

Shades of Zorba #95908B

Tints of Zorba #95908B

RGB

 RED value IS 149 (58.59% from 255) = 34.49%

 GREEN value IS 144 (56.64% from 255) = 33.33%

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

R = 34.49%
G = 33.33%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95908B (or 0x95908B) is known color: Zorba. HEX triplet: 95, 90 and 8B. RGB value is (149,144,139). Sum of RGB (Red+Green+Blue) = 149+144+139=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 149 - color contains mainly: red. Hex color #95908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95908B is #6A6F74. Grayscale: #909090. Windows color (decimal): -6975349 or 9146517. OLE color: 9146517.

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

Color convert

RGB 149 144 139 -
CMYK 0 0.03 0.07 0.42
HSL 30º 0.05% 0.56% -
HSV(B) 30º 0.07% 0.58% -
XYZ 27.03 28.2 28.44 -
YUV 144.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 149 144 139 0 0.03 0.07 0.42 30 0.05 0.56
Hex 95 90 8B 0 3 7 2A 1E 5 38
Octal 225 220 213 0 3 7 52 36 5 70
Binary 10010101 10010000 10001011 0 11 111 101010 11110 101 111000

Color Harmonies of #95908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95908B

Black with #95908B

Text Example


Text Example

White with #95908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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