#6C691B

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

Shades of Olivetone #6C691B

Tints of Olivetone #6C691B

Color information

#6C691B (or 0x6C691B) is unknown color: approx Olivetone. HEX triplet: 6C, 69 and 1B. RGB value is (108,105,27). Sum of RGB (Red+Green+Blue) = 108+105+27=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 108 - color contains mainly: red. Hex color #6C691B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C691B is #9396E4. Grayscale: #616161. Windows color (decimal): -9672421 or 1796460. OLE color: 1796460.

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

Color convert

RGB10810527-
CMYK00.030.750.58
HSL57.78º60%26.47%-
HSV(B)57.78º75%42.35%-
XYZ11.4313.373.02-
YUV9788.49135.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 27 (10.94% from 255) = 11.25%
R=45%
G=43.75%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081052700.030.750.5857.786026.47
Hex6C691B034B3A3a3c1a
Octal154151330311372727432
Binary1101100110100111011011100101111101011101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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