#8F691B

Color #8F691B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #8F691B

Tints of Golden Brown #8F691B

Color information

#8F691B (or 0x8F691B) is unknown color: approx Golden Brown. HEX triplet: 8F, 69 and 1B. RGB value is (143,105,27). Sum of RGB (Red+Green+Blue) = 143+105+27=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F691B is #7096E4. Grayscale: #6B6B6B. Windows color (decimal): -7378661 or 1796495. OLE color: 1796495.

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

Color convert

RGB14310527-
CMYK00.270.810.44
HSL40.34º68.24%33.33%-
HSV(B)40.34º81.12%56.08%-
XYZ16.5816.023.26-
YUV107.4782.59153.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 27 (10.94% from 255) = 9.82%
R=52%
G=38.18%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431052700.270.810.4440.3468.2433.33
Hex8F691B01B512C284421
Octal21715133033121545010441
Binary1000111111010011101101101110100011011001010001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,105,27); }

 H1.HeaderClassName
 {
   color: #8F691B;
 }
 .AnyTagClassName
 {
   color: #8F691B;
 }
</style>
background-color css

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

 a { background-color: rgb(143,105,27); }

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

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

 span { border-color: rgb(143,105,27); }

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