Html Css Color HEX #95652C Rusty Nail

📋 copy color: '#95652C'

red 149 ◦ green 101 ◦ blue 44

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

Shades of Rusty Nail #95652C

Tints of Rusty Nail #95652C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

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

R = 50.68%
G = 34.35%
B = 14.97%

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

#95652C (or 0x95652C) is known color: Rusty Nail. HEX triplet: 95, 65 and 2C. RGB value is (149,101,44). Sum of RGB (Red+Green+Blue) = 149+101+44=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95652C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95652C is #6A9AD3. Grayscale: #6D6D6D. Windows color (decimal): -6986452 or 2909589. OLE color: 2909589.

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

Color convert

RGB 149 101 44 -
CMYK 0 0.32 0.70 0.42
HSL 32.57º 0.54% 0.38% -
HSV(B) 32.57º 0.7% 0.58% -
XYZ 17.5 15.88 4.53 -
YUV 108.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 149 101 44 0 0.32 0.70 0.42 32.57 0.54 0.38
Hex 95 65 2C 0 20 46 2A 21 36 26
Octal 225 145 54 0 40 106 52 41 66 46
Binary 10010101 1100101 101100 0 100000 1000110 101010 100001 110110 100110

Color Harmonies of #95652C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95652C

Black with #95652C

Text Example


Text Example

White with #95652C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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