Html Css Color HEX #9C9682 Grey Olive

📋 copy color: '#9C9682'

red 156 ◦ green 150 ◦ blue 130

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

Shades of Grey Olive #9C9682

Tints of Grey Olive #9C9682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.82%

R = 35.78%
G = 34.4%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9C9682 (or 0x9C9682) is known color: Grey Olive. HEX triplet: 9C, 96 and 82. RGB value is (156,150,130). Sum of RGB (Red+Green+Blue) = 156+150+130=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9682 is #63697D. Grayscale: #959595. Windows color (decimal): -6515070 or 8558236. OLE color: 8558236.

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

Color convert

RGB 156 150 130 -
CMYK 0 0.04 0.17 0.39
HSL 46.15º 0.12% 0.56% -
HSV(B) 46.15º 0.17% 0.61% -
XYZ 28.65 30.49 25.49 -
YUV 149.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 156 150 130 0 0.04 0.17 0.39 46.15 0.12 0.56
Hex 9C 96 82 0 4 11 27 2E C 38
Octal 234 226 202 0 4 21 47 56 14 70
Binary 10011100 10010110 10000010 0 100 10001 100111 101110 1100 111000

Color Harmonies of #9C9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9682

Black with #9C9682

Text Example


Text Example

White with #9C9682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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