Html Css Color HEX #93968B Delta

📋 copy color: '#93968B'

red 147 ◦ green 150 ◦ blue 139

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

Shades of Delta #93968B

Tints of Delta #93968B

RGB

 RED value IS 147 (57.81% from 255) = 33.72%

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

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

R = 33.72%
G = 34.4%
B = 31.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#93968B (or 0x93968B) is known color: Delta. HEX triplet: 93, 96 and 8B. RGB value is (147,150,139). Sum of RGB (Red+Green+Blue) = 147+150+139=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 150 - color contains mainly: green. Hex color #93968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93968B is #6C6974. Grayscale: #939393. Windows color (decimal): -7104885 or 9148051. OLE color: 9148051.

HSL color Cylindrical-coordinate representation of color #93968B: hue angle of 76.36º 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 #93968B is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 150 139 -
CMYK 0.02 0 0.07 0.41
HSL 76.36º 0.05% 0.57% -
HSV(B) 76.36º 0.07% 0.59% -
XYZ 27.6 29.88 28.74 -
YUV 147.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 147 150 139 0.02 0 0.07 0.41 76.36 0.05 0.57
Hex 93 96 8B 2 0 7 29 4C 5 39
Octal 223 226 213 2 0 7 51 114 5 71
Binary 10010011 10010110 10001011 10 0 111 101001 1001100 101 111001

Color Harmonies of #93968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93968B

Black with #93968B

Text Example


Text Example

White with #93968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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