Html Css Color HEX #636242 Verdigris

📋 copy color: '#636242'

red 99 ◦ green 98 ◦ blue 66

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

Shades of Verdigris #636242

Tints of Verdigris #636242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.26%

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

R = 37.64%
G = 37.26%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#636242 (or 0x636242) is known color: Verdigris. HEX triplet: 63, 62 and 42. RGB value is (99,98,66). Sum of RGB (Red+Green+Blue) = 99+98+66=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #636242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636242 is #9C9DBD. Grayscale: #5E5E5E. Windows color (decimal): -10263998 or 4350563. OLE color: 4350563.

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

Color convert

RGB 99 98 66 -
CMYK 0 0.01 0.33 0.61
HSL 58.18º 0.2% 0.32% -
HSV(B) 58.18º 0.33% 0.39% -
XYZ 10.5 11.78 6.88 -
YUV 94.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 99 98 66 0 0.01 0.33 0.61 58.18 0.2 0.32
Hex 63 62 42 0 1 21 3D 3A 14 20
Octal 143 142 102 0 1 41 75 72 24 40
Binary 1100011 1100010 1000010 0 1 100001 111101 111010 10100 100000

Color Harmonies of #636242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636242

Black with #636242

Text Example


Text Example

White with #636242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636242; }

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

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

background-color css

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

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

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

border-color css

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

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

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