Html Css Color HEX #986F45 Pale Brown

📋 copy color: '#986F45'

red 152 ◦ green 111 ◦ blue 69

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

Shades of Pale Brown #986F45

Tints of Pale Brown #986F45

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.43%

 BLUE value IS 69 (27.34% from 255) = 20.78%

R = 45.78%
G = 33.43%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#986F45 (or 0x986F45) is known color: Pale Brown. HEX triplet: 98, 6F and 45. RGB value is (152,111,69). Sum of RGB (Red+Green+Blue) = 152+111+69=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #986F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F45 is #6790BA. Grayscale: #767676. Windows color (decimal): -6787259 or 4550552. OLE color: 4550552.

HSL color Cylindrical-coordinate representation of color #986F45: hue angle of 30.36º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986F45 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 111 69 -
CMYK 0 0.27 0.55 0.40
HSL 30.36º 0.38% 0.43% -
HSV(B) 30.36º 0.55% 0.6% -
XYZ 19.71 18.47 8.16 -
YUV 118.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 152 111 69 0 0.27 0.55 0.40 30.36 0.38 0.43
Hex 98 6F 45 0 1B 37 28 1E 26 2B
Octal 230 157 105 0 33 67 50 36 46 53
Binary 10011000 1101111 1000101 0 11011 110111 101000 11110 100110 101011

Color Harmonies of #986F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F45

Black with #986F45

Text Example


Text Example

White with #986F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986F45; }

 p { color: rgb(152,111,69); }

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

background-color css

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

 a { background-color: rgb(152,111,69); }

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

border-color css

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

 span { border-color: rgb(152,111,69); }

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