Html Css Color HEX #8F6214 Golden Brown

📋 copy color: '#8F6214'

red 143 ◦ green 98 ◦ blue 20

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

Shades of Golden Brown #8F6214

Tints of Golden Brown #8F6214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.55%

 BLUE value IS 20 (8.2% from 255) = 7.66%

R = 54.79%
G = 37.55%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#8F6214 (or 0x8F6214) is known color: Golden Brown. HEX triplet: 8F, 62 and 14. RGB value is (143,98,20). Sum of RGB (Red+Green+Blue) = 143+98+20=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6214 is #709DEB. Grayscale: #666666. Windows color (decimal): -7380460 or 1335951. OLE color: 1335951.

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

Color convert

RGB 143 98 20 -
CMYK 0 0.31 0.86 0.44
HSL 38.05º 0.75% 0.32% -
HSV(B) 38.05º 0.86% 0.56% -
XYZ 15.82 14.63 2.65 -
YUV 102.56 81.41 156.84 -
System Red Green Blue C M Y K H S L
Decimal 143 98 20 0 0.31 0.86 0.44 38.05 0.75 0.32
Hex 8F 62 14 0 1F 56 2C 26 4B 20
Octal 217 142 24 0 37 126 54 46 113 40
Binary 10001111 1100010 10100 0 11111 1010110 101100 100110 1001011 100000

Color Harmonies of #8F6214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6214

Black with #8F6214

Text Example


Text Example

White with #8F6214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,98,20); }

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

background-color css

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

 a { background-color: rgb(143,98,20); }

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

border-color css

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

 span { border-color: rgb(143,98,20); }

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