Html Css Color HEX #986818 Golden Brown

📋 copy color: '#986818'

red 152 ◦ green 104 ◦ blue 24

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

Shades of Golden Brown #986818

Tints of Golden Brown #986818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

 BLUE value IS 24 (9.77% from 255) = 8.57%

R = 54.29%
G = 37.14%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#986818 (or 0x986818) is known color: Golden Brown. HEX triplet: 98, 68 and 18. RGB value is (152,104,24). Sum of RGB (Red+Green+Blue) = 152+104+24=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #986818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986818 is #6797E7. Grayscale: #6D6D6D. Windows color (decimal): -6789096 or 1599640. OLE color: 1599640.

HSL color Cylindrical-coordinate representation of color #986818: hue angle of 37.5º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #986818 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 104 24 -
CMYK 0 0.32 0.84 0.40
HSL 37.5º 0.73% 0.35% -
HSV(B) 37.5º 0.84% 0.6% -
XYZ 18.06 16.64 3.12 -
YUV 109.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 152 104 24 0 0.32 0.84 0.40 37.5 0.73 0.35
Hex 98 68 18 0 20 54 28 26 49 23
Octal 230 150 30 0 40 124 50 46 111 43
Binary 10011000 1101000 11000 0 100000 1010100 101000 100110 1001001 100011

Color Harmonies of #986818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986818

Black with #986818

Text Example


Text Example

White with #986818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986818; }

 p { color: rgb(152,104,24); }

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

background-color css

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

 a { background-color: rgb(152,104,24); }

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

border-color css

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

 span { border-color: rgb(152,104,24); }

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