#6C691A

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

Shades of Olivetone #6C691A

Tints of Olivetone #6C691A

Color information

#6C691A (or 0x6C691A) is unknown color: approx Olivetone. HEX triplet: 6C, 69 and 1A. RGB value is (108,105,26). Sum of RGB (Red+Green+Blue) = 108+105+26=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 108 - color contains mainly: red. Hex color #6C691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C691A is #9396E5. Grayscale: #616161. Windows color (decimal): -9672422 or 1730924. OLE color: 1730924.

HSL color Cylindrical-coordinate representation of color #6C691A: hue angle of 57.8º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C691A is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB10810526-
CMYK00.030.760.58
HSL57.8º61.19%26.27%-
HSV(B)57.8º75.93%42.35%-
XYZ11.4213.372.96-
YUV96.8987.99135.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.19%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=45.19%
G=43.93%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081052600.030.760.5857.861.1926.27
Hex6C691A034C3A3a3d1a
Octal154151320311472727532
Binary1101100110100111010011100110011101011101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,105,26); }

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

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

 a { background-color: rgb(108,105,26); }

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

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

 span { border-color: rgb(108,105,26); }

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