Html Css Color HEX #986C0A Golden Brown

📋 copy color: '#986C0A'

red 152 ◦ green 108 ◦ blue 10

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

Shades of Golden Brown #986C0A

Tints of Golden Brown #986C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.7%

R = 56.3%
G = 40%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#986C0A (or 0x986C0A) is known color: Golden Brown. HEX triplet: 98, 6C and 0A. RGB value is (152,108,10). Sum of RGB (Red+Green+Blue) = 152+108+10=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #986C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986C0A is #6793F5. Grayscale: #6E6E6E. Windows color (decimal): -6788086 or 683160. OLE color: 683160.

HSL color Cylindrical-coordinate representation of color #986C0A: hue angle of 41.41º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #986C0A is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 108 10 -
CMYK 0 0.29 0.93 0.40
HSL 41.41º 0.88% 0.32% -
HSV(B) 41.41º 0.93% 0.6% -
XYZ 18.37 17.42 2.68 -
YUV 109.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 152 108 10 0 0.29 0.93 0.40 41.41 0.88 0.32
Hex 98 6C A 0 1D 5D 28 29 58 20
Octal 230 154 12 0 35 135 50 51 130 40
Binary 10011000 1101100 1010 0 11101 1011101 101000 101001 1011000 100000

Color Harmonies of #986C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C0A

Black with #986C0A

Text Example


Text Example

White with #986C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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