Html Css Color HEX #986341 Desert

📋 copy color: '#986341'

red 152 ◦ green 99 ◦ blue 65

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

Shades of Desert #986341

Tints of Desert #986341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.33%

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 48.1%
G = 31.33%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#986341 (or 0x986341) is known color: Desert. HEX triplet: 98, 63 and 41. RGB value is (152,99,65). Sum of RGB (Red+Green+Blue) = 152+99+65=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #986341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986341 is #679CBE. Grayscale: #6F6F6F. Windows color (decimal): -6790335 or 4285336. OLE color: 4285336.

HSL color Cylindrical-coordinate representation of color #986341: hue angle of 23.45º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #986341 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 99 65 -
CMYK 0 0.35 0.57 0.40
HSL 23.45º 0.4% 0.43% -
HSV(B) 23.45º 0.57% 0.6% -
XYZ 18.36 15.98 7.12 -
YUV 110.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 152 99 65 0 0.35 0.57 0.40 23.45 0.4 0.43
Hex 98 63 41 0 23 39 28 17 28 2B
Octal 230 143 101 0 43 71 50 27 50 53
Binary 10011000 1100011 1000001 0 100011 111001 101000 10111 101000 101011

Color Harmonies of #986341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986341

Black with #986341

Text Example


Text Example

White with #986341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986341; }

 p { color: rgb(152,99,65); }

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

background-color css

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

 a { background-color: rgb(152,99,65); }

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

border-color css

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

 span { border-color: rgb(152,99,65); }

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