#6B653E

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

Shades of Verdigris #6B653E

Tints of Verdigris #6B653E

Color information

#6B653E (or 0x6B653E) is unknown color: approx Verdigris. HEX triplet: 6B, 65 and 3E. RGB value is (107,101,62). Sum of RGB (Red+Green+Blue) = 107+101+62=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B653E is #949AC1. Grayscale: #626262. Windows color (decimal): -9738946 or 4089195. OLE color: 4089195.

HSL color Cylindrical-coordinate representation of color #6B653E: hue angle of 52º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B653E is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB10710162-
CMYK00.060.420.58
HSL52º26.63%33.14%-
HSV(B)52º42.06%41.96%-
XYZ11.5912.786.41-
YUV98.35107.49134.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.63%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=39.63%
G=37.41%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071016200.060.420.585226.6333.14
Hex6B653E062A3A341b21
Octal15314576065272643341
Binary11010111100101111110011010101011101011010011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B653E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,62); }

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

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

 a { background-color: rgb(107,101,62); }

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

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

 span { border-color: rgb(107,101,62); }

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