Html Css Color HEX #8F601A Golden Brown

📋 copy color: '#8F601A'

red 143 ◦ green 96 ◦ blue 26

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

Shades of Golden Brown #8F601A

Tints of Golden Brown #8F601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.23%

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 53.96%
G = 36.23%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F601A (or 0x8F601A) is known color: Golden Brown. HEX triplet: 8F, 60 and 1A. RGB value is (143,96,26). Sum of RGB (Red+Green+Blue) = 143+96+26=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F601A is #709FE5. Grayscale: #666666. Windows color (decimal): -7380966 or 1728655. OLE color: 1728655.

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

Color convert

RGB 143 96 26 -
CMYK 0 0.33 0.82 0.44
HSL 35.9º 0.69% 0.33% -
HSV(B) 35.9º 0.82% 0.56% -
XYZ 15.7 14.28 2.91 -
YUV 102.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 143 96 26 0 0.33 0.82 0.44 35.9 0.69 0.33
Hex 8F 60 1A 0 21 52 2C 24 45 21
Octal 217 140 32 0 41 122 54 44 105 41
Binary 10001111 1100000 11010 0 100001 1010010 101100 100100 1000101 100001

Color Harmonies of #8F601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F601A

Black with #8F601A

Text Example


Text Example

White with #8F601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,96,26); }

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

background-color css

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

 a { background-color: rgb(143,96,26); }

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

border-color css

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

 span { border-color: rgb(143,96,26); }

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