Html Css Color HEX #999385 Nomad

📋 copy color: '#999385'

red 153 ◦ green 147 ◦ blue 133

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

Shades of Nomad #999385

Tints of Nomad #999385

RGB

 RED value IS 153 (60.16% from 255) = 35.33%

 GREEN value IS 147 (57.81% from 255) = 33.95%

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 35.33%
G = 33.95%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#999385 (or 0x999385) is known color: Nomad. HEX triplet: 99, 93 and 85. RGB value is (153,147,133). Sum of RGB (Red+Green+Blue) = 153+147+133=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 153 - color contains mainly: red. Hex color #999385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999385 is #666C7A. Grayscale: #939393. Windows color (decimal): -6712443 or 8754073. OLE color: 8754073.

HSL color Cylindrical-coordinate representation of color #999385: hue angle of 42º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #999385 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 147 133 -
CMYK 0 0.04 0.13 0.4
HSL 42º 0.09% 0.56% -
HSV(B) 42º 0.13% 0.6% -
XYZ 27.8 29.33 26.39 -
YUV 147.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 153 147 133 0 0.04 0.13 0.4 42 0.09 0.56
Hex 99 93 85 0 4 D 28 2A 9 38
Octal 231 223 205 0 4 15 50 52 11 70
Binary 10011001 10010011 10000101 0 100 1101 101000 101010 1001 111000

Color Harmonies of #999385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999385

Black with #999385

Text Example


Text Example

White with #999385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999385; }

 p { color: rgb(153,147,133); }

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

background-color css

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

 a { background-color: rgb(153,147,133); }

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

border-color css

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

 span { border-color: rgb(153,147,133); }

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