Html Css Color HEX #98764A Pale Brown

📋 copy color: '#98764A'

red 152 ◦ green 118 ◦ blue 74

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

Shades of Pale Brown #98764A

Tints of Pale Brown #98764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 44.19%
G = 34.3%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98764A (or 0x98764A) is known color: Pale Brown. HEX triplet: 98, 76 and 4A. RGB value is (152,118,74). Sum of RGB (Red+Green+Blue) = 152+118+74=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98764A is #6789B5. Grayscale: #7B7B7B. Windows color (decimal): -6785462 or 4880024. OLE color: 4880024.

HSL color Cylindrical-coordinate representation of color #98764A: hue angle of 33.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98764A is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 118 74 -
CMYK 0 0.22 0.51 0.40
HSL 33.85º 0.35% 0.44% -
HSV(B) 33.85º 0.51% 0.6% -
XYZ 20.66 20.13 9.27 -
YUV 123.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 152 118 74 0 0.22 0.51 0.40 33.85 0.35 0.44
Hex 98 76 4A 0 16 33 28 22 23 2C
Octal 230 166 112 0 26 63 50 42 43 54
Binary 10011000 1110110 1001010 0 10110 110011 101000 100010 100011 101100

Color Harmonies of #98764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98764A

Black with #98764A

Text Example


Text Example

White with #98764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98764A; }

 p { color: rgb(152,118,74); }

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

background-color css

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

 a { background-color: rgb(152,118,74); }

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

border-color css

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

 span { border-color: rgb(152,118,74); }

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