#6B633C

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

Shades of Verdigris #6B633C

Tints of Verdigris #6B633C

Color information

#6B633C (or 0x6B633C) is unknown color: approx Verdigris. HEX triplet: 6B, 63 and 3C. RGB value is (107,99,60). Sum of RGB (Red+Green+Blue) = 107+99+60=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 107 - color contains mainly: red. Hex color #6B633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B633C is #949CC3. Grayscale: #616161. Windows color (decimal): -9739460 or 3957611. OLE color: 3957611.

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

Color convert

RGB1079960-
CMYK00.070.440.58
HSL49.79º28.14%32.75%-
HSV(B)49.79º43.93%41.96%-
XYZ11.3412.386.07-
YUV96.95107.15135.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.23%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 60 (23.83% from 255) = 22.56%
R=40.23%
G=37.22%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107996000.070.440.5849.7928.1432.75
Hex6B633C072C3A321c21
Octal15314374075472623441
Binary11010111100011111100011110110011101011001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B633C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,99,60); }

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

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

 a { background-color: rgb(107,99,60); }

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

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

 span { border-color: rgb(107,99,60); }

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