#6F7245

Color #6F7245 Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #6F7245

Tints of Siam #6F7245

Color information

#6F7245 (or 0x6F7245) is unknown color: approx Siam. HEX triplet: 6F, 72 and 45. RGB value is (111,114,69). Sum of RGB (Red+Green+Blue) = 111+114+69=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7245 is #908DBA. Grayscale: #6C6C6C. Windows color (decimal): -9473467 or 4551279. OLE color: 4551279.

HSL color Cylindrical-coordinate representation of color #6F7245: hue angle of 64º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F7245 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB11111469-
CMYK0.0300.390.55
HSL64º24.59%35.88%-
HSV(B)64º39.47%44.71%-
XYZ13.6515.847.97-
YUV107.97106.01130.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=37.76%
G=38.78%
B=23.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114690.0300.390.556424.5935.88
Hex6F7245302737401924
Octal1571621053047671003144
Binary110111111100101000101110100111110111100000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F7245; }

 p { color: rgb(111,114,69); }

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

<style>
 a { background-color: #6F7245; }

 a { background-color: rgb(111,114,69); }

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

<style>
 span { border-color: #6F7245; }

 span { border-color: rgb(111,114,69); }

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