Html Css Color HEX #986F04 Golden Brown

📋 copy color: '#986F04'

red 152 ◦ green 111 ◦ blue 4

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

Shades of Golden Brown #986F04

Tints of Golden Brown #986F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.57%

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

R = 56.93%
G = 41.57%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#986F04 (or 0x986F04) is known color: Golden Brown. HEX triplet: 98, 6F and 04. RGB value is (152,111,4). Sum of RGB (Red+Green+Blue) = 152+111+4=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #986F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986F04 is #6790FB. Grayscale: #6F6F6F. Windows color (decimal): -6787324 or 290712. OLE color: 290712.

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

Color convert

RGB 152 111 4 -
CMYK 0 0.27 0.97 0.40
HSL 43.38º 0.95% 0.31% -
HSV(B) 43.38º 0.97% 0.6% -
XYZ 18.66 18.05 2.62 -
YUV 111.06 67.58 157.2 -
System Red Green Blue C M Y K H S L
Decimal 152 111 4 0 0.27 0.97 0.40 43.38 0.95 0.31
Hex 98 6F 4 0 1B 61 28 2B 5F 1F
Octal 230 157 4 0 33 141 50 53 137 37
Binary 10011000 1101111 100 0 11011 1100001 101000 101011 1011111 11111

Color Harmonies of #986F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F04

Black with #986F04

Text Example


Text Example

White with #986F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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