Html Css Color HEX #986D0E Golden Brown

📋 copy color: '#986D0E'

red 152 ◦ green 109 ◦ blue 14

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

Shades of Golden Brown #986D0E

Tints of Golden Brown #986D0E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.64%

 BLUE value IS 14 (5.86% from 255) = 5.09%

R = 55.27%
G = 39.64%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#986D0E (or 0x986D0E) is known color: Golden Brown. HEX triplet: 98, 6D and 0E. RGB value is (152,109,14). Sum of RGB (Red+Green+Blue) = 152+109+14=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #986D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986D0E is #6792F1. Grayscale: #6F6F6F. Windows color (decimal): -6787826 or 945560. OLE color: 945560.

HSL color Cylindrical-coordinate representation of color #986D0E: hue angle of 41.3º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #986D0E is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 109 14 -
CMYK 0 0.28 0.91 0.40
HSL 41.3º 0.83% 0.33% -
HSV(B) 41.3º 0.91% 0.6% -
XYZ 18.5 17.64 2.85 -
YUV 111.03 73.25 157.22 -
System Red Green Blue C M Y K H S L
Decimal 152 109 14 0 0.28 0.91 0.40 41.3 0.83 0.33
Hex 98 6D E 0 1C 5B 28 29 53 21
Octal 230 155 16 0 34 133 50 51 123 41
Binary 10011000 1101101 1110 0 11100 1011011 101000 101001 1010011 100001

Color Harmonies of #986D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D0E

Black with #986D0E

Text Example


Text Example

White with #986D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,109,14); }

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

background-color css

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

 a { background-color: rgb(152,109,14); }

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

border-color css

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

 span { border-color: rgb(152,109,14); }

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