Html Css Color HEX #986204 Golden Brown

📋 copy color: '#986204'

red 152 ◦ green 98 ◦ blue 4

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

Shades of Golden Brown #986204

Tints of Golden Brown #986204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 59.84%
G = 38.58%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#986204 (or 0x986204) is known color: Golden Brown. HEX triplet: 98, 62 and 04. RGB value is (152,98,4). Sum of RGB (Red+Green+Blue) = 152+98+4=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #986204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986204 is #679DFB. Grayscale: #676767. Windows color (decimal): -6790652 or 287384. OLE color: 287384.

HSL color Cylindrical-coordinate representation of color #986204: hue angle of 38.11º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #986204 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 98 4 -
CMYK 0 0.36 0.97 0.40
HSL 38.11º 0.95% 0.31% -
HSV(B) 38.11º 0.97% 0.6% -
XYZ 17.34 15.42 2.18 -
YUV 103.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 152 98 4 0 0.36 0.97 0.40 38.11 0.95 0.31
Hex 98 62 4 0 24 61 28 26 5F 1F
Octal 230 142 4 0 44 141 50 46 137 37
Binary 10011000 1100010 100 0 100100 1100001 101000 100110 1011111 11111

Color Harmonies of #986204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986204

Black with #986204

Text Example


Text Example

White with #986204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986204; }

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

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

background-color css

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

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

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

border-color css

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

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

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