Html Css Color HEX #98640B Golden Brown

📋 copy color: '#98640B'

red 152 ◦ green 100 ◦ blue 11

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

Shades of Golden Brown #98640B

Tints of Golden Brown #98640B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.18%

R = 57.79%
G = 38.02%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98640B (or 0x98640B) is known color: Golden Brown. HEX triplet: 98, 64 and 0B. RGB value is (152,100,11). Sum of RGB (Red+Green+Blue) = 152+100+11=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98640B is #679BF4. Grayscale: #696969. Windows color (decimal): -6790133 or 746648. OLE color: 746648.

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

Color convert

RGB 152 100 11 -
CMYK 0 0.34 0.93 0.40
HSL 37.87º 0.87% 0.32% -
HSV(B) 37.87º 0.93% 0.6% -
XYZ 17.57 15.81 2.44 -
YUV 105.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 152 100 11 0 0.34 0.93 0.40 37.87 0.87 0.32
Hex 98 64 B 0 22 5D 28 26 57 20
Octal 230 144 13 0 42 135 50 46 127 40
Binary 10011000 1100100 1011 0 100010 1011101 101000 100110 1010111 100000

Color Harmonies of #98640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98640B

Black with #98640B

Text Example


Text Example

White with #98640B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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