Html Css Color HEX #94672E Rusty Nail

📋 copy color: '#94672E'

red 148 ◦ green 103 ◦ blue 46

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

Shades of Rusty Nail #94672E

Tints of Rusty Nail #94672E

RGB

 RED value IS 148 (58.2% from 255) = 49.83%

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

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

R = 49.83%
G = 34.68%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#94672E (or 0x94672E) is known color: Rusty Nail. HEX triplet: 94, 67 and 2E. RGB value is (148,103,46). Sum of RGB (Red+Green+Blue) = 148+103+46=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #94672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94672E is #6B98D1. Grayscale: #6E6E6E. Windows color (decimal): -7051474 or 3041172. OLE color: 3041172.

HSL color Cylindrical-coordinate representation of color #94672E: hue angle of 33.53º 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 #94672E is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 46 -
CMYK 0 0.30 0.69 0.42
HSL 33.53º 0.53% 0.38% -
HSV(B) 33.53º 0.69% 0.58% -
XYZ 17.56 16.19 4.79 -
YUV 109.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 148 103 46 0 0.30 0.69 0.42 33.53 0.53 0.38
Hex 94 67 2E 0 1E 45 2A 22 35 26
Octal 224 147 56 0 36 105 52 42 65 46
Binary 10010100 1100111 101110 0 11110 1000101 101010 100010 110101 100110

Color Harmonies of #94672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94672E

Black with #94672E

Text Example


Text Example

White with #94672E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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