Html Css Color HEX #636141 Verdigris

📋 copy color: '#636141'

red 99 ◦ green 97 ◦ blue 65

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

Shades of Verdigris #636141

Tints of Verdigris #636141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.16%

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

R = 37.93%
G = 37.16%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#636141 (or 0x636141) is known color: Verdigris. HEX triplet: 63, 61 and 41. RGB value is (99,97,65). Sum of RGB (Red+Green+Blue) = 99+97+65=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #636141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636141 is #9C9EBE. Grayscale: #5E5E5E. Windows color (decimal): -10264255 or 4284771. OLE color: 4284771.

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

Color convert

RGB 99 97 65 -
CMYK 0 0.02 0.34 0.61
HSL 56.47º 0.21% 0.32% -
HSV(B) 56.47º 0.34% 0.39% -
XYZ 10.37 11.58 6.69 -
YUV 93.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 99 97 65 0 0.02 0.34 0.61 56.47 0.21 0.32
Hex 63 61 41 0 2 22 3D 38 15 20
Octal 143 141 101 0 2 42 75 70 25 40
Binary 1100011 1100001 1000001 0 10 100010 111101 111000 10101 100000

Color Harmonies of #636141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636141

Black with #636141

Text Example


Text Example

White with #636141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636141; }

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

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

background-color css

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

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

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

border-color css

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

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

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