Html Css Color HEX #98620A Golden Brown

📋 copy color: '#98620A'

red 152 ◦ green 98 ◦ blue 10

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

Shades of Golden Brown #98620A

Tints of Golden Brown #98620A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.69%

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

R = 58.46%
G = 37.69%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98620A (or 0x98620A) is known color: Golden Brown. HEX triplet: 98, 62 and 0A. RGB value is (152,98,10). Sum of RGB (Red+Green+Blue) = 152+98+10=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #98620A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98620A is #679DF5. Grayscale: #686868. Windows color (decimal): -6790646 or 680600. OLE color: 680600.

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

Color convert

RGB 152 98 10 -
CMYK 0 0.36 0.93 0.40
HSL 37.18º 0.88% 0.32% -
HSV(B) 37.18º 0.93% 0.6% -
XYZ 17.37 15.43 2.35 -
YUV 104.11 74.89 162.16 -
System Red Green Blue C M Y K H S L
Decimal 152 98 10 0 0.36 0.93 0.40 37.18 0.88 0.32
Hex 98 62 A 0 24 5D 28 25 58 20
Octal 230 142 12 0 44 135 50 45 130 40
Binary 10011000 1100010 1010 0 100100 1011101 101000 100101 1011000 100000

Color Harmonies of #98620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98620A

Black with #98620A

Text Example


Text Example

White with #98620A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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