Html Css Color HEX #98640A Golden Brown

📋 copy color: '#98640A'

red 152 ◦ green 100 ◦ blue 10

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

Shades of Golden Brown #98640A

Tints of Golden Brown #98640A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.82%

R = 58.02%
G = 38.17%
B = 3.82%

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

#98640A (or 0x98640A) is known color: Golden Brown. HEX triplet: 98, 64 and 0A. RGB value is (152,100,10). Sum of RGB (Red+Green+Blue) = 152+100+10=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #98640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98640A is #679BF5. Grayscale: #696969. Windows color (decimal): -6790134 or 681112. OLE color: 681112.

HSL color Cylindrical-coordinate representation of color #98640A: hue angle of 38.03º degrees, saturation: 0.88, 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 #98640A is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 10 -
CMYK 0 0.34 0.93 0.40
HSL 38.03º 0.88% 0.32% -
HSV(B) 38.03º 0.93% 0.6% -
XYZ 17.56 15.81 2.41 -
YUV 105.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 152 100 10 0 0.34 0.93 0.40 38.03 0.88 0.32
Hex 98 64 A 0 22 5D 28 26 58 20
Octal 230 144 12 0 42 135 50 46 130 40
Binary 10011000 1100100 1010 0 100010 1011101 101000 100110 1011000 100000

Color Harmonies of #98640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98640A

Black with #98640A

Text Example


Text Example

White with #98640A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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