Html Css Color HEX #986C1C Golden Brown

📋 copy color: '#986C1C'

red 152 ◦ green 108 ◦ blue 28

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

Shades of Golden Brown #986C1C

Tints of Golden Brown #986C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.72%

R = 52.78%
G = 37.5%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#986C1C (or 0x986C1C) is known color: Golden Brown. HEX triplet: 98, 6C and 1C. RGB value is (152,108,28). Sum of RGB (Red+Green+Blue) = 152+108+28=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #986C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C1C is #6793E3. Grayscale: #707070. Windows color (decimal): -6788068 or 1862808. OLE color: 1862808.

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

Color convert

RGB 152 108 28 -
CMYK 0 0.29 0.82 0.40
HSL 38.71º 0.69% 0.35% -
HSV(B) 38.71º 0.82% 0.6% -
XYZ 18.52 17.48 3.5 -
YUV 112.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 152 108 28 0 0.29 0.82 0.40 38.71 0.69 0.35
Hex 98 6C 1C 0 1D 52 28 27 45 23
Octal 230 154 34 0 35 122 50 47 105 43
Binary 10011000 1101100 11100 0 11101 1010010 101000 100111 1000101 100011

Color Harmonies of #986C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C1C

Black with #986C1C

Text Example


Text Example

White with #986C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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