#636234

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

Shades of Verdigris #636234

Tints of Verdigris #636234

Color information

#636234 (or 0x636234) is unknown color: approx Verdigris. HEX triplet: 63, 62 and 34. RGB value is (99,98,52). Sum of RGB (Red+Green+Blue) = 99+98+52=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #636234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636234 is #9C9DCB. Grayscale: #5D5D5D. Windows color (decimal): -10264012 or 3433059. OLE color: 3433059.

HSL color Cylindrical-coordinate representation of color #636234: hue angle of 58.72º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #636234 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB999852-
CMYK00.010.470.61
HSL58.72º31.13%29.61%-
HSV(B)58.72º47.47%38.82%-
XYZ10.1311.644.96-
YUV93.06104.83132.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 52 (20.70% from 255) = 20.88%
R=39.76%
G=39.36%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99985200.010.470.6158.7231.1329.61
Hex636234012F3D3b1f1e
Octal14314264015775733736
Binary11000111100010110100011011111111011110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636234; }

 p { color: rgb(99,98,52); }

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

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

 a { background-color: rgb(99,98,52); }

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

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

 span { border-color: rgb(99,98,52); }

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