#6B6726

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

Shades of Olivetone #6B6726

Tints of Olivetone #6B6726

Color information

#6B6726 (or 0x6B6726) is unknown color: approx Olivetone. HEX triplet: 6B, 67 and 26. RGB value is (107,103,38). Sum of RGB (Red+Green+Blue) = 107+103+38=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6726 is #9498D9. Grayscale: #616161. Windows color (decimal): -9738458 or 2516843. OLE color: 2516843.

HSL color Cylindrical-coordinate representation of color #6B6726: hue angle of 56.52º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B6726 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB10710338-
CMYK00.040.640.58
HSL56.52º47.59%28.43%-
HSV(B)56.52º64.49%41.96%-
XYZ11.2612.973.74-
YUV96.7994.83135.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.15%
GREEN value IS 103 (40.62% from 255) = 41.53%
BLUE value IS 38 (15.23% from 255) = 15.32%
R=43.15%
G=41.53%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071033800.040.640.5856.5247.5928.43
Hex6B672604403A39301c
Octal153147460410072716034
Binary110101111001111001100100100000011101011100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,103,38); }

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

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

 a { background-color: rgb(107,103,38); }

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

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

 span { border-color: rgb(107,103,38); }

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