Html Css Color HEX #636442 Verdigris

📋 copy color: '#636442'

red 99 ◦ green 100 ◦ blue 66

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

Shades of Verdigris #636442

Tints of Verdigris #636442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 37.36%
G = 37.74%
B = 24.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#636442 (or 0x636442) is known color: Verdigris. HEX triplet: 63, 64 and 42. RGB value is (99,100,66). Sum of RGB (Red+Green+Blue) = 99+100+66=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 100 - color contains mainly: green. Hex color #636442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636442 is #9C9BBD. Grayscale: #5F5F5F. Windows color (decimal): -10263486 or 4351075. OLE color: 4351075.

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

Color convert

RGB 99 100 66 -
CMYK 0.01 0 0.34 0.61
HSL 61.76º 0.2% 0.33% -
HSV(B) 61.76º 0.34% 0.39% -
XYZ 10.69 12.16 6.94 -
YUV 95.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 99 100 66 0.01 0 0.34 0.61 61.76 0.2 0.33
Hex 63 64 42 1 0 22 3D 3E 14 21
Octal 143 144 102 1 0 42 75 76 24 41
Binary 1100011 1100100 1000010 1 0 100010 111101 111110 10100 100001

Color Harmonies of #636442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636442

Black with #636442

Text Example


Text Example

White with #636442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636442; }

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

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

background-color css

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

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

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

border-color css

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

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

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