Html Css Color HEX #986C1E Golden Brown

📋 copy color: '#986C1E'

red 152 ◦ green 108 ◦ blue 30

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

Shades of Golden Brown #986C1E

Tints of Golden Brown #986C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.24%

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

R = 52.41%
G = 37.24%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#986C1E (or 0x986C1E) is known color: Golden Brown. HEX triplet: 98, 6C and 1E. RGB value is (152,108,30). Sum of RGB (Red+Green+Blue) = 152+108+30=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #986C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C1E is #6793E1. Grayscale: #707070. Windows color (decimal): -6788066 or 1993880. OLE color: 1993880.

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

Color convert

RGB 152 108 30 -
CMYK 0 0.29 0.80 0.40
HSL 38.36º 0.67% 0.36% -
HSV(B) 38.36º 0.8% 0.6% -
XYZ 18.55 17.49 3.63 -
YUV 112.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 152 108 30 0 0.29 0.80 0.40 38.36 0.67 0.36
Hex 98 6C 1E 0 1D 50 28 26 43 24
Octal 230 154 36 0 35 120 50 46 103 44
Binary 10011000 1101100 11110 0 11101 1010000 101000 100110 1000011 100100

Color Harmonies of #986C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C1E

Black with #986C1E

Text Example


Text Example

White with #986C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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