Html Css Color HEX #95662C Rusty Nail

📋 copy color: '#95662C'

red 149 ◦ green 102 ◦ blue 44

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

Shades of Rusty Nail #95662C

Tints of Rusty Nail #95662C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.58%

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 50.51%
G = 34.58%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95662C (or 0x95662C) is known color: Rusty Nail. HEX triplet: 95, 66 and 2C. RGB value is (149,102,44). Sum of RGB (Red+Green+Blue) = 149+102+44=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95662C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95662C is #6A99D3. Grayscale: #6D6D6D. Windows color (decimal): -6986196 or 2909845. OLE color: 2909845.

HSL color Cylindrical-coordinate representation of color #95662C: hue angle of 33.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95662C is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 44 -
CMYK 0 0.32 0.70 0.42
HSL 33.14º 0.54% 0.38% -
HSV(B) 33.14º 0.7% 0.58% -
XYZ 17.6 16.07 4.56 -
YUV 109.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 149 102 44 0 0.32 0.70 0.42 33.14 0.54 0.38
Hex 95 66 2C 0 20 46 2A 21 36 26
Octal 225 146 54 0 40 106 52 41 66 46
Binary 10010101 1100110 101100 0 100000 1000110 101010 100001 110110 100110

Color Harmonies of #95662C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95662C

Black with #95662C

Text Example


Text Example

White with #95662C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95662C; }

 p { color: rgb(149,102,44); }

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

background-color css

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

 a { background-color: rgb(149,102,44); }

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

border-color css

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

 span { border-color: rgb(149,102,44); }

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