Html Css Color HEX #986E0E Golden Brown

📋 copy color: '#986E0E'

red 152 ◦ green 110 ◦ blue 14

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

Shades of Golden Brown #986E0E

Tints of Golden Brown #986E0E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.86%

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

R = 55.07%
G = 39.86%
B = 5.07%

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

#986E0E (or 0x986E0E) is known color: Golden Brown. HEX triplet: 98, 6E and 0E. RGB value is (152,110,14). Sum of RGB (Red+Green+Blue) = 152+110+14=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #986E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986E0E is #6791F1. Grayscale: #707070. Windows color (decimal): -6787570 or 945816. OLE color: 945816.

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

Color convert

RGB 152 110 14 -
CMYK 0 0.28 0.91 0.40
HSL 41.74º 0.83% 0.33% -
HSV(B) 41.74º 0.91% 0.6% -
XYZ 18.6 17.86 2.88 -
YUV 111.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 152 110 14 0 0.28 0.91 0.40 41.74 0.83 0.33
Hex 98 6E E 0 1C 5B 28 2A 53 21
Octal 230 156 16 0 34 133 50 52 123 41
Binary 10011000 1101110 1110 0 11100 1011011 101000 101010 1010011 100001

Color Harmonies of #986E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986E0E

Black with #986E0E

Text Example


Text Example

White with #986E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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