Html Css Color HEX #95672E Rusty Nail

📋 copy color: '#95672E'

red 149 ◦ green 103 ◦ blue 46

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

Shades of Rusty Nail #95672E

Tints of Rusty Nail #95672E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 50%
G = 34.56%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#95672E (or 0x95672E) is known color: Rusty Nail. HEX triplet: 95, 67 and 2E. RGB value is (149,103,46). Sum of RGB (Red+Green+Blue) = 149+103+46=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95672E is #6A98D1. Grayscale: #6E6E6E. Windows color (decimal): -6985938 or 3041173. OLE color: 3041173.

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

Color convert

RGB 149 103 46 -
CMYK 0 0.31 0.69 0.42
HSL 33.2º 0.53% 0.38% -
HSV(B) 33.2º 0.69% 0.58% -
XYZ 17.74 16.29 4.79 -
YUV 110.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 149 103 46 0 0.31 0.69 0.42 33.2 0.53 0.38
Hex 95 67 2E 0 1F 45 2A 21 35 26
Octal 225 147 56 0 37 105 52 41 65 46
Binary 10010101 1100111 101110 0 11111 1000101 101010 100001 110101 100110

Color Harmonies of #95672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95672E

Black with #95672E

Text Example


Text Example

White with #95672E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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