Html Css Color HEX #986E1E Golden Brown

📋 copy color: '#986E1E'

red 152 ◦ green 110 ◦ blue 30

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

Shades of Golden Brown #986E1E

Tints of Golden Brown #986E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 52.05%
G = 37.67%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#986E1E (or 0x986E1E) is known color: Golden Brown. HEX triplet: 98, 6E and 1E. RGB value is (152,110,30). Sum of RGB (Red+Green+Blue) = 152+110+30=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #986E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986E1E is #6791E1. Grayscale: #717171. Windows color (decimal): -6787554 or 1994392. OLE color: 1994392.

HSL color Cylindrical-coordinate representation of color #986E1E: hue angle of 39.34º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #986E1E is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 110 30 -
CMYK 0 0.28 0.80 0.40
HSL 39.34º 0.67% 0.36% -
HSV(B) 39.34º 0.8% 0.6% -
XYZ 18.76 17.92 3.7 -
YUV 113.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 152 110 30 0 0.28 0.80 0.40 39.34 0.67 0.36
Hex 98 6E 1E 0 1C 50 28 27 43 24
Octal 230 156 36 0 34 120 50 47 103 44
Binary 10011000 1101110 11110 0 11100 1010000 101000 100111 1000011 100100

Color Harmonies of #986E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986E1E

Black with #986E1E

Text Example


Text Example

White with #986E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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