Html Css Color HEX #946830 Rusty Nail

📋 copy color: '#946830'

red 148 ◦ green 104 ◦ blue 48

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

Shades of Rusty Nail #946830

Tints of Rusty Nail #946830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.67%

 BLUE value IS 48 (19.14% from 255) = 16%

R = 49.33%
G = 34.67%
B = 16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#946830 (or 0x946830) is known color: Rusty Nail. HEX triplet: 94, 68 and 30. RGB value is (148,104,48). Sum of RGB (Red+Green+Blue) = 148+104+48=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #946830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946830 is #6B97CF. Grayscale: #6F6F6F. Windows color (decimal): -7051216 or 3172500. OLE color: 3172500.

HSL color Cylindrical-coordinate representation of color #946830: hue angle of 33.6º degrees, saturation: 0.51, 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 #946830 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 48 -
CMYK 0 0.30 0.68 0.42
HSL 33.6º 0.51% 0.38% -
HSV(B) 33.6º 0.68% 0.58% -
XYZ 17.7 16.41 5.03 -
YUV 110.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 148 104 48 0 0.30 0.68 0.42 33.6 0.51 0.38
Hex 94 68 30 0 1E 44 2A 22 33 26
Octal 224 150 60 0 36 104 52 42 63 46
Binary 10010100 1101000 110000 0 11110 1000100 101010 100010 110011 100110

Color Harmonies of #946830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946830

Black with #946830

Text Example


Text Example

White with #946830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946830; }

 p { color: rgb(148,104,48); }

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

background-color css

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

 a { background-color: rgb(148,104,48); }

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

border-color css

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

 span { border-color: rgb(148,104,48); }

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