#636233

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

Shades of Verdigris #636233

Tints of Verdigris #636233

Color information

#636233 (or 0x636233) is unknown color: approx Verdigris. HEX triplet: 63, 62 and 33. RGB value is (99,98,51). Sum of RGB (Red+Green+Blue) = 99+98+51=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #636233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636233 is #9C9DCC. Grayscale: #5D5D5D. Windows color (decimal): -10264013 or 3367523. OLE color: 3367523.

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

Color convert

RGB999851-
CMYK00.010.480.61
HSL58.75º32%29.41%-
HSV(B)58.75º48.48%38.82%-
XYZ10.1111.634.84-
YUV92.94104.33132.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 51 (20.31% from 255) = 20.56%
R=39.92%
G=39.52%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99985100.010.480.6158.753229.41
Hex63623301303D3b201d
Octal14314263016075734035
Binary110001111000101100110111000011110111101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636233; }

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

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

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

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

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

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

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

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