#636043

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

Shades of Verdigris #636043

Tints of Verdigris #636043

Color information

#636043 (or 0x636043) is unknown color: approx Verdigris. HEX triplet: 63, 60 and 43. RGB value is (99,96,67). Sum of RGB (Red+Green+Blue) = 99+96+67=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #636043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636043 is #9C9FBC. Grayscale: #5D5D5D. Windows color (decimal): -10264509 or 4415587. OLE color: 4415587.

HSL color Cylindrical-coordinate representation of color #636043: hue angle of 54.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #636043 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB999667-
CMYK00.030.320.61
HSL54.38º19.28%32.55%-
HSV(B)54.38º32.32%38.82%-
XYZ10.3411.426.97-
YUV93.59112.99131.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 67 (26.56% from 255) = 25.57%
R=37.79%
G=36.64%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99966700.030.320.6154.3819.2832.55
Hex63604303203D361321
Octal143140103034075662341
Binary11000111100000100001101110000011110111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636043; }

 p { color: rgb(99,96,67); }

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

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

 a { background-color: rgb(99,96,67); }

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

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

 span { border-color: rgb(99,96,67); }

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