Html Css Color HEX #9C9688 Nomad

📋 copy color: '#9C9688'

red 156 ◦ green 150 ◦ blue 136

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

Shades of Nomad #9C9688

Tints of Nomad #9C9688

RGB

 RED value IS 156 (61.33% from 255) = 35.29%

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

 BLUE value IS 136 (53.52% from 255) = 30.77%

R = 35.29%
G = 33.94%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C9688 (or 0x9C9688) is known color: Nomad. HEX triplet: 9C, 96 and 88. RGB value is (156,150,136). Sum of RGB (Red+Green+Blue) = 156+150+136=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9688 is #636977. Grayscale: #969696. Windows color (decimal): -6515064 or 8951452. OLE color: 8951452.

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

Color convert

RGB 156 150 136 -
CMYK 0 0.04 0.13 0.39
HSL 42º 0.09% 0.57% -
HSV(B) 42º 0.13% 0.61% -
XYZ 29.06 30.66 27.68 -
YUV 150.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 156 150 136 0 0.04 0.13 0.39 42 0.09 0.57
Hex 9C 96 88 0 4 D 27 2A 9 39
Octal 234 226 210 0 4 15 47 52 11 71
Binary 10011100 10010110 10001000 0 100 1101 100111 101010 1001 111001

Color Harmonies of #9C9688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9688

Black with #9C9688

Text Example


Text Example

White with #9C9688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C9688; }

 p { color: rgb(156,150,136); }

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

background-color css

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

 a { background-color: rgb(156,150,136); }

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

border-color css

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

 span { border-color: rgb(156,150,136); }

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