Html Css Color HEX #986A0E Golden Brown

📋 copy color: '#986A0E'

red 152 ◦ green 106 ◦ blue 14

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

Shades of Golden Brown #986A0E

Tints of Golden Brown #986A0E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.97%

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

R = 55.88%
G = 38.97%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#986A0E (or 0x986A0E) is known color: Golden Brown. HEX triplet: 98, 6A and 0E. RGB value is (152,106,14). Sum of RGB (Red+Green+Blue) = 152+106+14=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #986A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986A0E is #6795F1. Grayscale: #6D6D6D. Windows color (decimal): -6788594 or 944792. OLE color: 944792.

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

Color convert

RGB 152 106 14 -
CMYK 0 0.30 0.91 0.40
HSL 40º 0.83% 0.33% -
HSV(B) 40º 0.91% 0.6% -
XYZ 18.18 17.02 2.74 -
YUV 109.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 152 106 14 0 0.30 0.91 0.40 40 0.83 0.33
Hex 98 6A E 0 1E 5B 28 28 53 21
Octal 230 152 16 0 36 133 50 50 123 41
Binary 10011000 1101010 1110 0 11110 1011011 101000 101000 1010011 100001

Color Harmonies of #986A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A0E

Black with #986A0E

Text Example


Text Example

White with #986A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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