Html Css Color HEX #986912 Golden Brown

📋 copy color: '#986912'

red 152 ◦ green 105 ◦ blue 18

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

Shades of Golden Brown #986912

Tints of Golden Brown #986912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.18%

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 55.27%
G = 38.18%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#986912 (or 0x986912) is known color: Golden Brown. HEX triplet: 98, 69 and 12. RGB value is (152,105,18). Sum of RGB (Red+Green+Blue) = 152+105+18=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #986912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986912 is #6796ED. Grayscale: #6D6D6D. Windows color (decimal): -6788846 or 1206680. OLE color: 1206680.

HSL color Cylindrical-coordinate representation of color #986912: hue angle of 38.96º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #986912 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 105 18 -
CMYK 0 0.31 0.88 0.40
HSL 38.96º 0.79% 0.33% -
HSV(B) 38.96º 0.88% 0.6% -
XYZ 18.11 16.82 2.86 -
YUV 109.14 76.57 158.57 -
System Red Green Blue C M Y K H S L
Decimal 152 105 18 0 0.31 0.88 0.40 38.96 0.79 0.33
Hex 98 69 12 0 1F 58 28 27 4F 21
Octal 230 151 22 0 37 130 50 47 117 41
Binary 10011000 1101001 10010 0 11111 1011000 101000 100111 1001111 100001

Color Harmonies of #986912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986912

Black with #986912

Text Example


Text Example

White with #986912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986912; }

 p { color: rgb(152,105,18); }

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

background-color css

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

 a { background-color: rgb(152,105,18); }

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

border-color css

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

 span { border-color: rgb(152,105,18); }

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