Html Css Color HEX #95672F Rusty Nail

📋 copy color: '#95672F'

red 149 ◦ green 103 ◦ blue 47

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

Shades of Rusty Nail #95672F

Tints of Rusty Nail #95672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.45%

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 49.83%
G = 34.45%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#95672F (or 0x95672F) is known color: Rusty Nail. HEX triplet: 95, 67 and 2F. RGB value is (149,103,47). Sum of RGB (Red+Green+Blue) = 149+103+47=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95672F is #6A98D0. Grayscale: #6E6E6E. Windows color (decimal): -6985937 or 3106709. OLE color: 3106709.

HSL color Cylindrical-coordinate representation of color #95672F: hue angle of 32.94º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95672F is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 103 47 -
CMYK 0 0.31 0.68 0.42
HSL 32.94º 0.52% 0.38% -
HSV(B) 32.94º 0.68% 0.58% -
XYZ 17.76 16.3 4.9 -
YUV 110.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 149 103 47 0 0.31 0.68 0.42 32.94 0.52 0.38
Hex 95 67 2F 0 1F 44 2A 21 34 26
Octal 225 147 57 0 37 104 52 41 64 46
Binary 10010101 1100111 101111 0 11111 1000100 101010 100001 110100 100110

Color Harmonies of #95672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95672F

Black with #95672F

Text Example


Text Example

White with #95672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95672F; }

 p { color: rgb(149,103,47); }

 H1.HeaderClassName
 {
   color: #95672F;
 }
 .AnyTagClassName
 {
   color: #95672F;
 }
</style>

background-color css

<style>
 a { background-color: #95672F; }

 a { background-color: rgb(149,103,47); }

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

border-color css

<style>
 span { border-color: #95672F; }

 span { border-color: rgb(149,103,47); }

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