#8c690f

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

Shades of Golden Brown #8C690F

Tints of Golden Brown #8C690F

Color information

#8C690F (or 0x8C690F) is unknown color: approx Golden Brown. HEX triplet: 8C, 69 and 0F. RGB value is (140,105,15). Sum of RGB (Red+Green+Blue) = 140+105+15=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C690F is #7396F0. Grayscale: #696969. Windows color (decimal): -7575281 or 1010060. OLE color: 1010060.

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

Color convert

RGB14010515-
CMYK00.250.890.45
HSL43.2º80.65%30.39%-
HSV(B)43.2º89.29%54.9%-
XYZ15.9515.712.64-
YUV105.277.1152.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.85%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 15 (6.25% from 255) = 5.77%
R=53.85%
G=40.38%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401051500.250.890.4543.280.6530.39
Hex8C69F019592D2b511e
Octal21415117031131555312136
Binary10001100110100111110110011011001101101101011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c690f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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