Html Css Color HEX #986A0D Golden Brown

📋 copy color: '#986A0D'

red 152 ◦ green 106 ◦ blue 13

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

Shades of Golden Brown #986A0D

Tints of Golden Brown #986A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 56.09%
G = 39.11%
B = 4.8%

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

#986A0D (or 0x986A0D) is known color: Golden Brown. HEX triplet: 98, 6A and 0D. RGB value is (152,106,13). Sum of RGB (Red+Green+Blue) = 152+106+13=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #986A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986A0D is #6795F2. Grayscale: #6D6D6D. Windows color (decimal): -6788595 or 879256. OLE color: 879256.

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

Color convert

RGB 152 106 13 -
CMYK 0 0.30 0.91 0.40
HSL 40.14º 0.84% 0.32% -
HSV(B) 40.14º 0.91% 0.6% -
XYZ 18.18 17.01 2.71 -
YUV 109.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 152 106 13 0 0.30 0.91 0.40 40.14 0.84 0.32
Hex 98 6A D 0 1E 5B 28 28 54 20
Octal 230 152 15 0 36 133 50 50 124 40
Binary 10011000 1101010 1101 0 11110 1011011 101000 101000 1010100 100000

Color Harmonies of #986A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A0D

Black with #986A0D

Text Example


Text Example

White with #986A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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