Html Css Color HEX #986318 Golden Brown

📋 copy color: '#986318'

red 152 ◦ green 99 ◦ blue 24

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

Shades of Golden Brown #986318

Tints of Golden Brown #986318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 55.27%
G = 36%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#986318 (or 0x986318) is known color: Golden Brown. HEX triplet: 98, 63 and 18. RGB value is (152,99,24). Sum of RGB (Red+Green+Blue) = 152+99+24=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #986318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986318 is #679CE7. Grayscale: #6A6A6A. Windows color (decimal): -6790376 or 1598360. OLE color: 1598360.

HSL color Cylindrical-coordinate representation of color #986318: hue angle of 35.16º 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 #986318 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 99 24 -
CMYK 0 0.35 0.84 0.40
HSL 35.16º 0.73% 0.35% -
HSV(B) 35.16º 0.84% 0.6% -
XYZ 17.58 15.67 2.96 -
YUV 106.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 152 99 24 0 0.35 0.84 0.40 35.16 0.73 0.35
Hex 98 63 18 0 23 54 28 23 49 23
Octal 230 143 30 0 43 124 50 43 111 43
Binary 10011000 1100011 11000 0 100011 1010100 101000 100011 1001001 100011

Color Harmonies of #986318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986318

Black with #986318

Text Example


Text Example

White with #986318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986318; }

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

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

background-color css

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

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

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

border-color css

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

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

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