#606338

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

Shades of Verdigris #606338

Tints of Verdigris #606338

Color information

#606338 (or 0x606338) is unknown color: approx Verdigris. HEX triplet: 60, 63 and 38. RGB value is (96,99,56). Sum of RGB (Red+Green+Blue) = 96+99+56=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #606338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606338 is #9F9CC7. Grayscale: #5D5D5D. Windows color (decimal): -10460360 or 3695456. OLE color: 3695456.

HSL color Cylindrical-coordinate representation of color #606338: hue angle of 64.19º 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 #606338 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB969956-
CMYK0.0300.430.61
HSL64.19º27.74%30.39%-
HSV(B)64.19º43.43%38.82%-
XYZ1011.75.47-
YUV93.2107.01130-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=38.25%
G=39.44%
B=22.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9699560.0300.430.6164.1927.7430.39
Hex606338302B3D401c1e
Octal140143703053751003436
Binary1100000110001111100011010101111110110000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606338; }

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

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

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

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

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

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

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

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