Html Css Color HEX #8F6404 Golden Brown

📋 copy color: '#8F6404'

red 143 ◦ green 100 ◦ blue 4

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

Shades of Golden Brown #8F6404

Tints of Golden Brown #8F6404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.49%

 BLUE value IS 4 (1.95% from 255) = 1.62%

R = 57.89%
G = 40.49%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8F6404 (or 0x8F6404) is known color: Golden Brown. HEX triplet: 8F, 64 and 04. RGB value is (143,100,4). Sum of RGB (Red+Green+Blue) = 143+100+4=247 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.89% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6404 is #709BFB. Grayscale: #666666. Windows color (decimal): -7379964 or 287887. OLE color: 287887.

HSL color Cylindrical-coordinate representation of color #8F6404: hue angle of 41.44º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F6404 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 100 4 -
CMYK 0 0.30 0.97 0.44
HSL 41.44º 0.95% 0.29% -
HSV(B) 41.44º 0.97% 0.56% -
XYZ 15.91 14.96 2.16 -
YUV 101.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 143 100 4 0 0.30 0.97 0.44 41.44 0.95 0.29
Hex 8F 64 4 0 1E 61 2C 29 5F 1D
Octal 217 144 4 0 36 141 54 51 137 35
Binary 10001111 1100100 100 0 11110 1100001 101100 101001 1011111 11101

Color Harmonies of #8F6404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6404

Black with #8F6404

Text Example


Text Example

White with #8F6404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,100,4); }

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

background-color css

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

 a { background-color: rgb(143,100,4); }

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

border-color css

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

 span { border-color: rgb(143,100,4); }

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