Html Css Color HEX #866230 Rusty Nail

📋 copy color: '#866230'

red 134 ◦ green 98 ◦ blue 48

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

Shades of Rusty Nail #866230

Tints of Rusty Nail #866230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 47.86%
G = 35%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#866230 (or 0x866230) is known color: Rusty Nail. HEX triplet: 86, 62 and 30. RGB value is (134,98,48). Sum of RGB (Red+Green+Blue) = 134+98+48=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #866230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866230 is #799DCF. Grayscale: #676767. Windows color (decimal): -7970256 or 3170950. OLE color: 3170950.

HSL color Cylindrical-coordinate representation of color #866230: hue angle of 34.88º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #866230 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 98 48 -
CMYK 0 0.27 0.64 0.47
HSL 34.88º 0.47% 0.36% -
HSV(B) 34.88º 0.64% 0.53% -
XYZ 14.73 14.02 4.73 -
YUV 103.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 134 98 48 0 0.27 0.64 0.47 34.88 0.47 0.36
Hex 86 62 30 0 1B 40 2F 23 2F 24
Octal 206 142 60 0 33 100 57 43 57 44
Binary 10000110 1100010 110000 0 11011 1000000 101111 100011 101111 100100

Color Harmonies of #866230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866230

Black with #866230

Text Example


Text Example

White with #866230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866230; }

 p { color: rgb(134,98,48); }

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

background-color css

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

 a { background-color: rgb(134,98,48); }

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

border-color css

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

 span { border-color: rgb(134,98,48); }

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