Html Css Color HEX #865E2E Rusty Nail

📋 copy color: '#865E2E'

red 134 ◦ green 94 ◦ blue 46

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

Shades of Rusty Nail #865E2E

Tints of Rusty Nail #865E2E

RGB

 RED value IS 134 (52.73% from 255) = 48.91%

 GREEN value IS 94 (37.11% from 255) = 34.31%

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

R = 48.91%
G = 34.31%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#865E2E (or 0x865E2E) is known color: Rusty Nail. HEX triplet: 86, 5E and 2E. RGB value is (134,94,46). Sum of RGB (Red+Green+Blue) = 134+94+46=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #865E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E2E is #79A1D1. Grayscale: #646464. Windows color (decimal): -7971282 or 3038854. OLE color: 3038854.

HSL color Cylindrical-coordinate representation of color #865E2E: hue angle of 32.73º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #865E2E is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 46 -
CMYK 0 0.30 0.66 0.47
HSL 32.73º 0.49% 0.35% -
HSV(B) 32.73º 0.66% 0.53% -
XYZ 14.33 13.27 4.39 -
YUV 100.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 134 94 46 0 0.30 0.66 0.47 32.73 0.49 0.35
Hex 86 5E 2E 0 1E 42 2F 21 31 23
Octal 206 136 56 0 36 102 57 41 61 43
Binary 10000110 1011110 101110 0 11110 1000010 101111 100001 110001 100011

Color Harmonies of #865E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E2E

Black with #865E2E

Text Example


Text Example

White with #865E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865E2E; }

 p { color: rgb(134,94,46); }

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

background-color css

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

 a { background-color: rgb(134,94,46); }

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

border-color css

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

 span { border-color: rgb(134,94,46); }

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