Html Css Color HEX #8C6310 Golden Brown

📋 copy color: '#8C6310'

red 140 ◦ green 99 ◦ blue 16

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

Shades of Golden Brown #8C6310

Tints of Golden Brown #8C6310

RGB

 RED value IS 140 (55.08% from 255) = 54.9%

 GREEN value IS 99 (39.06% from 255) = 38.82%

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 54.9%
G = 38.82%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C6310 (or 0x8C6310) is known color: Golden Brown. HEX triplet: 8C, 63 and 10. RGB value is (140,99,16). Sum of RGB (Red+Green+Blue) = 140+99+16=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6310 is #739CEF. Grayscale: #666666. Windows color (decimal): -7576816 or 1074060. OLE color: 1074060.

HSL color Cylindrical-coordinate representation of color #8C6310: hue angle of 40.16º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C6310 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 99 16 -
CMYK 0 0.29 0.89 0.45
HSL 40.16º 0.79% 0.31% -
HSV(B) 40.16º 0.89% 0.55% -
XYZ 15.37 14.54 2.49 -
YUV 101.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 140 99 16 0 0.29 0.89 0.45 40.16 0.79 0.31
Hex 8C 63 10 0 1D 59 2D 28 4F 1F
Octal 214 143 20 0 35 131 55 50 117 37
Binary 10001100 1100011 10000 0 11101 1011001 101101 101000 1001111 11111

Color Harmonies of #8C6310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6310

Black with #8C6310

Text Example


Text Example

White with #8C6310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6310; }

 p { color: rgb(140,99,16); }

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

background-color css

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

 a { background-color: rgb(140,99,16); }

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

border-color css

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

 span { border-color: rgb(140,99,16); }

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