#6E672C

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

Shades of Olivetone #6E672C

Tints of Olivetone #6E672C

Color information

#6E672C (or 0x6E672C) is unknown color: approx Olivetone. HEX triplet: 6E, 67 and 2C. RGB value is (110,103,44). Sum of RGB (Red+Green+Blue) = 110+103+44=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E672C is #9198D3. Grayscale: #626262. Windows color (decimal): -9541844 or 2910062. OLE color: 2910062.

HSL color Cylindrical-coordinate representation of color #6E672C: hue angle of 53.64º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E672C is Cyan = 0, Magento = 0.06, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB11010344-
CMYK00.060.60.57
HSL53.64º42.86%30.2%-
HSV(B)53.64º60%43.14%-
XYZ11.7413.24.31-
YUV98.3797.32136.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.80%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=42.80%
G=40.08%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101034400.060.60.5753.6442.8630.2
Hex6E672C063C39362b1e
Octal15614754067471665336
Binary11011101100111101100011011110011100111011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,103,44); }

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

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

 a { background-color: rgb(110,103,44); }

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

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

 span { border-color: rgb(110,103,44); }

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