Html Css Color HEX #636048 Verdigris

📋 copy color: '#636048'

red 99 ◦ green 96 ◦ blue 72

#636048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdigris #636048

Tints of Verdigris #636048

RGB

 RED value IS 99 (39.06% from 255) = 37.08%

 GREEN value IS 96 (37.89% from 255) = 35.96%

 BLUE value IS 72 (28.52% from 255) = 26.97%

R = 37.08%
G = 35.96%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#636048 (or 0x636048) is known color: Verdigris. HEX triplet: 63, 60 and 48. RGB value is (99,96,72). Sum of RGB (Red+Green+Blue) = 99+96+72=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #636048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636048 is #9C9FB7. Grayscale: #5E5E5E. Windows color (decimal): -10264504 or 4743267. OLE color: 4743267.

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

Color convert

RGB 99 96 72 -
CMYK 0 0.03 0.27 0.61
HSL 53.33º 0.16% 0.34% -
HSV(B) 53.33º 0.27% 0.39% -
XYZ 10.5 11.49 7.79 -
YUV 94.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 99 96 72 0 0.03 0.27 0.61 53.33 0.16 0.34
Hex 63 60 48 0 3 1B 3D 35 10 22
Octal 143 140 110 0 3 33 75 65 20 42
Binary 1100011 1100000 1001000 0 11 11011 111101 110101 10000 100010

Color Harmonies of #636048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636048

Black with #636048

Text Example


Text Example

White with #636048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636048; }

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

 H1.HeaderClassName
 {
   color: #636048;
 }
 .AnyTagClassName
 {
   color: #636048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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