Html Css Color HEX #8F6310 Golden Brown

📋 copy color: '#8F6310'

red 143 ◦ green 99 ◦ blue 16

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

Shades of Golden Brown #8F6310

Tints of Golden Brown #8F6310

RGB

 RED value IS 143 (56.25% from 255) = 55.43%

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

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

R = 55.43%
G = 38.37%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8F6310 (or 0x8F6310) is known color: Golden Brown. HEX triplet: 8F, 63 and 10. RGB value is (143,99,16). Sum of RGB (Red+Green+Blue) = 143+99+16=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6310 is #709CEF. Grayscale: #676767. Windows color (decimal): -7380208 or 1074063. OLE color: 1074063.

HSL color Cylindrical-coordinate representation of color #8F6310: hue angle of 39.21º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F6310 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 99 16 -
CMYK 0 0.31 0.89 0.44
HSL 39.21º 0.8% 0.31% -
HSV(B) 39.21º 0.89% 0.56% -
XYZ 15.88 14.8 2.51 -
YUV 102.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 143 99 16 0 0.31 0.89 0.44 39.21 0.8 0.31
Hex 8F 63 10 0 1F 59 2C 27 50 1F
Octal 217 143 20 0 37 131 54 47 120 37
Binary 10001111 1100011 10000 0 11111 1011001 101100 100111 1010000 11111

Color Harmonies of #8F6310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6310

Black with #8F6310

Text Example


Text Example

White with #8F6310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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