#8C6908

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

Shades of Golden Brown #8C6908

Tints of Golden Brown #8C6908

Color information

#8C6908 (or 0x8C6908) is unknown color: approx Golden Brown. HEX triplet: 8C, 69 and 08. RGB value is (140,105,8). Sum of RGB (Red+Green+Blue) = 140+105+8=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6908 is #7396F7. Grayscale: #686868. Windows color (decimal): -7575288 or 551308. OLE color: 551308.

HSL color Cylindrical-coordinate representation of color #8C6908: hue angle of 44.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C6908 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1401058-
CMYK00.250.940.45
HSL44.09º89.19%29.02%-
HSV(B)44.09º94.29%54.9%-
XYZ15.9115.72.42-
YUV104.4173.6153.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.34%
GREEN value IS 105 (41.41% from 255) = 41.50%
BLUE value IS 8 (3.52% from 255) = 3.16%
R=55.34%
G=41.50%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140105800.250.940.4544.0989.1929.02
Hex8C6980195E2D2c591d
Octal21415110031136555413135
Binary10001100110100110000110011011110101101101100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,105,8); }

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

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

 a { background-color: rgb(140,105,8); }

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

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

 span { border-color: rgb(140,105,8); }

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