Html Css Color HEX #986900 Golden Brown

📋 copy color: '#986900'

red 152 ◦ green 105 ◦ blue 0

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

Shades of Golden Brown #986900

Tints of Golden Brown #986900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.14%
G = 40.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#986900 (or 0x986900) is known color: Golden Brown. HEX triplet: 98, 69 and 00. RGB value is (152,105,0). Sum of RGB (Red+Green+Blue) = 152+105+0=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #986900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986900 is #6796FF. Grayscale: #6B6B6B. Windows color (decimal): -6788864 or 27032. OLE color: 27032.

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

Color convert

RGB 152 105 0 -
CMYK 0 0.31 1 0.40
HSL 41.45º 1% 0.3% -
HSV(B) 41.45º 1% 0.6% -
XYZ 18 16.78 2.29 -
YUV 107.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 152 105 0 0 0.31 1 0.40 41.45 1 0.3
Hex 98 69 0 0 1F 64 28 29 64 1E
Octal 230 151 0 0 37 144 50 51 144 36
Binary 10011000 1101001 0 0 11111 1100100 101000 101001 1100100 11110

Color Harmonies of #986900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986900

Black with #986900

Text Example


Text Example

White with #986900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986900; }

 p { color: rgb(152,105,0); }

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

background-color css

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

 a { background-color: rgb(152,105,0); }

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

border-color css

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

 span { border-color: rgb(152,105,0); }

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