Html Css Color HEX #98640E Golden Brown

📋 copy color: '#98640E'

red 152 ◦ green 100 ◦ blue 14

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

Shades of Golden Brown #98640E

Tints of Golden Brown #98640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 57.14%
G = 37.59%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98640E (or 0x98640E) is known color: Golden Brown. HEX triplet: 98, 64 and 0E. RGB value is (152,100,14). Sum of RGB (Red+Green+Blue) = 152+100+14=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98640E is #679BF1. Grayscale: #6A6A6A. Windows color (decimal): -6790130 or 943256. OLE color: 943256.

HSL color Cylindrical-coordinate representation of color #98640E: hue angle of 37.39º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98640E is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 14 -
CMYK 0 0.34 0.91 0.40
HSL 37.39º 0.83% 0.33% -
HSV(B) 37.39º 0.91% 0.6% -
XYZ 17.59 15.82 2.54 -
YUV 105.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 152 100 14 0 0.34 0.91 0.40 37.39 0.83 0.33
Hex 98 64 E 0 22 5B 28 25 53 21
Octal 230 144 16 0 42 133 50 45 123 41
Binary 10011000 1100100 1110 0 100010 1011011 101000 100101 1010011 100001

Color Harmonies of #98640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98640E

Black with #98640E

Text Example


Text Example

White with #98640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98640E; }

 p { color: rgb(152,100,14); }

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

background-color css

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

 a { background-color: rgb(152,100,14); }

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

border-color css

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

 span { border-color: rgb(152,100,14); }

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