Html Css Color HEX #95642C Rusty Nail

📋 copy color: '#95642C'

red 149 ◦ green 100 ◦ blue 44

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

Shades of Rusty Nail #95642C

Tints of Rusty Nail #95642C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

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

R = 50.85%
G = 34.13%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95642C (or 0x95642C) is known color: Rusty Nail. HEX triplet: 95, 64 and 2C. RGB value is (149,100,44). Sum of RGB (Red+Green+Blue) = 149+100+44=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95642C is #6A9BD3. Grayscale: #6C6C6C. Windows color (decimal): -6986708 or 2909333. OLE color: 2909333.

HSL color Cylindrical-coordinate representation of color #95642C: hue angle of 32º 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 #95642C is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 44 -
CMYK 0 0.33 0.70 0.42
HSL 32º 0.54% 0.38% -
HSV(B) 32º 0.7% 0.58% -
XYZ 17.41 15.69 4.49 -
YUV 108.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 149 100 44 0 0.33 0.70 0.42 32 0.54 0.38
Hex 95 64 2C 0 21 46 2A 20 36 26
Octal 225 144 54 0 41 106 52 40 66 46
Binary 10010101 1100100 101100 0 100001 1000110 101010 100000 110110 100110

Color Harmonies of #95642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95642C

Black with #95642C

Text Example


Text Example

White with #95642C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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