#636338

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

Shades of Verdigris #636338

Tints of Verdigris #636338

Color information

#636338 (or 0x636338) is unknown color: approx Verdigris. HEX triplet: 63, 63 and 38. RGB value is (99,99,56). Sum of RGB (Red+Green+Blue) = 99+99+56=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 99 - color contains mainly: red, green. Hex color #636338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636338 is #9C9CC7. Grayscale: #5E5E5E. Windows color (decimal): -10263752 or 3695459. OLE color: 3695459.

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

Color convert

RGB999956-
CMYK000.430.61
HSL60º27.74%30.39%-
HSV(B)60º43.43%38.82%-
XYZ10.3211.865.49-
YUV94.1106.5131.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.98%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=38.98%
G=38.98%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999956000.430.616027.7430.39
Hex636338002B3D3c1c1e
Octal14314370005375743436
Binary11000111100011111000001010111111011111001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636338; }

 p { color: rgb(99,99,56); }

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

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

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

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

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

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

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