#6b6c23

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

Shades of Olivetone #6B6C23

Tints of Olivetone #6B6C23

Color information

#6B6C23 (or 0x6B6C23) is unknown color: approx Olivetone. HEX triplet: 6B, 6C and 23. RGB value is (107,108,35). Sum of RGB (Red+Green+Blue) = 107+108+35=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 108 - color contains mainly: green. Hex color #6B6C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6C23 is #9493DC. Grayscale: #636363. Windows color (decimal): -9737181 or 2321515. OLE color: 2321515.

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

Color convert

RGB10710835-
CMYK0.0100.680.58
HSL60.82º51.05%28.04%-
HSV(B)60.82º67.59%42.35%-
XYZ11.7313.973.67-
YUV99.3891.67133.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.8%
GREEN value IS 108 (42.58% from 255) = 43.2%
BLUE value IS 35 (14.06% from 255) = 14%
R=42.8%
G=43.2%
B=14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107108350.0100.680.5860.8251.0528.04
Hex6B6C2310443A3d331c
Octal153154431010472756334
Binary1101011110110010001110100010011101011110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b6c23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,108,35); }

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

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

 a { background-color: rgb(107,108,35); }

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

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

 span { border-color: rgb(107,108,35); }

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