Html Css Color HEX #636441 Verdigris

📋 copy color: '#636441'

red 99 ◦ green 100 ◦ blue 65

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

Shades of Verdigris #636441

Tints of Verdigris #636441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.88%

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 37.5%
G = 37.88%
B = 24.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#636441 (or 0x636441) is known color: Verdigris. HEX triplet: 63, 64 and 41. RGB value is (99,100,65). Sum of RGB (Red+Green+Blue) = 99+100+65=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 100 - color contains mainly: green. Hex color #636441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636441 is #9C9BBE. Grayscale: #5F5F5F. Windows color (decimal): -10263487 or 4285539. OLE color: 4285539.

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

Color convert

RGB 99 100 65 -
CMYK 0.01 0 0.35 0.61
HSL 61.71º 0.21% 0.32% -
HSV(B) 61.71º 0.35% 0.39% -
XYZ 10.66 12.15 6.78 -
YUV 95.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 99 100 65 0.01 0 0.35 0.61 61.71 0.21 0.32
Hex 63 64 41 1 0 23 3D 3E 15 20
Octal 143 144 101 1 0 43 75 76 25 40
Binary 1100011 1100100 1000001 1 0 100011 111101 111110 10101 100000

Color Harmonies of #636441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636441

Black with #636441

Text Example


Text Example

White with #636441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636441; }

 p { color: rgb(99,100,65); }

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

background-color css

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

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

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

border-color css

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

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

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