Html Css Color HEX #98640F Golden Brown

📋 copy color: '#98640F'

red 152 ◦ green 100 ◦ blue 15

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

Shades of Golden Brown #98640F

Tints of Golden Brown #98640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 56.93%
G = 37.45%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98640F (or 0x98640F) is known color: Golden Brown. HEX triplet: 98, 64 and 0F. RGB value is (152,100,15). Sum of RGB (Red+Green+Blue) = 152+100+15=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #98640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98640F is #679BF0. Grayscale: #6A6A6A. Windows color (decimal): -6790129 or 1008792. OLE color: 1008792.

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

Color convert

RGB 152 100 15 -
CMYK 0 0.34 0.90 0.40
HSL 37.23º 0.82% 0.33% -
HSV(B) 37.23º 0.9% 0.6% -
XYZ 17.59 15.82 2.58 -
YUV 105.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 152 100 15 0 0.34 0.90 0.40 37.23 0.82 0.33
Hex 98 64 F 0 22 5A 28 25 52 21
Octal 230 144 17 0 42 132 50 45 122 41
Binary 10011000 1100100 1111 0 100010 1011010 101000 100101 1010010 100001

Color Harmonies of #98640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98640F

Black with #98640F

Text Example


Text Example

White with #98640F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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