Html Css Color HEX #98652D Rusty Nail

📋 copy color: '#98652D'

red 152 ◦ green 101 ◦ blue 45

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

Shades of Rusty Nail #98652D

Tints of Rusty Nail #98652D

RGB

 RED value IS 152 (59.77% from 255) = 51.01%

 GREEN value IS 101 (39.84% from 255) = 33.89%

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 51.01%
G = 33.89%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98652D (or 0x98652D) is known color: Rusty Nail. HEX triplet: 98, 65 and 2D. RGB value is (152,101,45). Sum of RGB (Red+Green+Blue) = 152+101+45=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #98652D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98652D is #679AD2. Grayscale: #6E6E6E. Windows color (decimal): -6789843 or 2975128. OLE color: 2975128.

HSL color Cylindrical-coordinate representation of color #98652D: hue angle of 31.4º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98652D is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 101 45 -
CMYK 0 0.34 0.70 0.40
HSL 31.4º 0.54% 0.39% -
HSV(B) 31.4º 0.7% 0.6% -
XYZ 18.08 16.17 4.65 -
YUV 109.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 152 101 45 0 0.34 0.70 0.40 31.4 0.54 0.39
Hex 98 65 2D 0 22 46 28 1F 36 27
Octal 230 145 55 0 42 106 50 37 66 47
Binary 10011000 1100101 101101 0 100010 1000110 101000 11111 110110 100111

Color Harmonies of #98652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98652D

Black with #98652D

Text Example


Text Example

White with #98652D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98652D; }

 p { color: rgb(152,101,45); }

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

background-color css

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

 a { background-color: rgb(152,101,45); }

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

border-color css

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

 span { border-color: rgb(152,101,45); }

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