Html Css Color HEX #98704B Pale Brown

📋 copy color: '#98704B'

red 152 ◦ green 112 ◦ blue 75

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

Shades of Pale Brown #98704B

Tints of Pale Brown #98704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 44.84%
G = 33.04%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98704B (or 0x98704B) is known color: Pale Brown. HEX triplet: 98, 70 and 4B. RGB value is (152,112,75). Sum of RGB (Red+Green+Blue) = 152+112+75=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #98704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98704B is #678FB4. Grayscale: #777777. Windows color (decimal): -6786997 or 4944024. OLE color: 4944024.

HSL color Cylindrical-coordinate representation of color #98704B: hue angle of 28.83º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98704B is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 75 -
CMYK 0 0.26 0.51 0.40
HSL 28.83º 0.34% 0.45% -
HSV(B) 28.83º 0.51% 0.6% -
XYZ 20.01 18.77 9.23 -
YUV 119.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 152 112 75 0 0.26 0.51 0.40 28.83 0.34 0.45
Hex 98 70 4B 0 1A 33 28 1D 22 2D
Octal 230 160 113 0 32 63 50 35 42 55
Binary 10011000 1110000 1001011 0 11010 110011 101000 11101 100010 101101

Color Harmonies of #98704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98704B

Black with #98704B

Text Example


Text Example

White with #98704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98704B; }

 p { color: rgb(152,112,75); }

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

background-color css

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

 a { background-color: rgb(152,112,75); }

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

border-color css

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

 span { border-color: rgb(152,112,75); }

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