#6C692A

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

Shades of Olivetone #6C692A

Tints of Olivetone #6C692A

Color information

#6C692A (or 0x6C692A) is unknown color: approx Olivetone. HEX triplet: 6C, 69 and 2A. RGB value is (108,105,42). Sum of RGB (Red+Green+Blue) = 108+105+42=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C692A is #9396D5. Grayscale: #626262. Windows color (decimal): -9672406 or 2779500. OLE color: 2779500.

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

Color convert

RGB10810542-
CMYK00.030.610.58
HSL57.27º44%29.41%-
HSV(B)57.27º61.11%42.35%-
XYZ11.6513.464.17-
YUV98.7195.99134.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.35%
GREEN value IS 105 (41.41% from 255) = 41.18%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=42.35%
G=41.18%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081054200.030.610.5857.274429.41
Hex6C692A033D3A392c1d
Octal15415152037572715435
Binary1101100110100110101001111110111101011100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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