Html Css Color HEX #986804 Golden Brown

📋 copy color: '#986804'

red 152 ◦ green 104 ◦ blue 4

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

Shades of Golden Brown #986804

Tints of Golden Brown #986804

RGB

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

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

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

R = 58.46%
G = 40%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#986804 (or 0x986804) is known color: Golden Brown. HEX triplet: 98, 68 and 04. RGB value is (152,104,4). Sum of RGB (Red+Green+Blue) = 152+104+4=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #986804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986804 is #6797FB. Grayscale: #6B6B6B. Windows color (decimal): -6789116 or 288920. OLE color: 288920.

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

Color convert

RGB 152 104 4 -
CMYK 0 0.32 0.97 0.40
HSL 40.54º 0.95% 0.31% -
HSV(B) 40.54º 0.97% 0.6% -
XYZ 17.92 16.58 2.37 -
YUV 106.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 152 104 4 0 0.32 0.97 0.40 40.54 0.95 0.31
Hex 98 68 4 0 20 61 28 29 5F 1F
Octal 230 150 4 0 40 141 50 51 137 37
Binary 10011000 1101000 100 0 100000 1100001 101000 101001 1011111 11111

Color Harmonies of #986804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986804

Black with #986804

Text Example


Text Example

White with #986804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986804; }

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

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

background-color css

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

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

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

border-color css

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

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

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