Html Css Color HEX #8F611A Golden Brown

📋 copy color: '#8F611A'

red 143 ◦ green 97 ◦ blue 26

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

Shades of Golden Brown #8F611A

Tints of Golden Brown #8F611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

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

R = 53.76%
G = 36.47%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F611A (or 0x8F611A) is known color: Golden Brown. HEX triplet: 8F, 61 and 1A. RGB value is (143,97,26). Sum of RGB (Red+Green+Blue) = 143+97+26=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F611A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F611A is #709EE5. Grayscale: #666666. Windows color (decimal): -7380710 or 1728911. OLE color: 1728911.

HSL color Cylindrical-coordinate representation of color #8F611A: hue angle of 36.41º 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 #8F611A is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 97 26 -
CMYK 0 0.32 0.82 0.44
HSL 36.41º 0.69% 0.33% -
HSV(B) 36.41º 0.82% 0.56% -
XYZ 15.79 14.46 2.94 -
YUV 102.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 143 97 26 0 0.32 0.82 0.44 36.41 0.69 0.33
Hex 8F 61 1A 0 20 52 2C 24 45 21
Octal 217 141 32 0 40 122 54 44 105 41
Binary 10001111 1100001 11010 0 100000 1010010 101100 100100 1000101 100001

Color Harmonies of #8F611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F611A

Black with #8F611A

Text Example


Text Example

White with #8F611A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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