Html Css Color HEX #636241 Verdigris

📋 copy color: '#636241'

red 99 ◦ green 98 ◦ blue 65

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

Shades of Verdigris #636241

Tints of Verdigris #636241

RGB

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

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

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

R = 37.79%
G = 37.4%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#636241 (or 0x636241) is known color: Verdigris. HEX triplet: 63, 62 and 41. RGB value is (99,98,65). Sum of RGB (Red+Green+Blue) = 99+98+65=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #636241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636241 is #9C9DBE. Grayscale: #5E5E5E. Windows color (decimal): -10263999 or 4285027. OLE color: 4285027.

HSL color Cylindrical-coordinate representation of color #636241: hue angle of 58.24º 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 #636241 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 98 65 -
CMYK 0 0.01 0.34 0.61
HSL 58.24º 0.21% 0.32% -
HSV(B) 58.24º 0.34% 0.39% -
XYZ 10.47 11.77 6.72 -
YUV 94.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 99 98 65 0 0.01 0.34 0.61 58.24 0.21 0.32
Hex 63 62 41 0 1 22 3D 3A 15 20
Octal 143 142 101 0 1 42 75 72 25 40
Binary 1100011 1100010 1000001 0 1 100010 111101 111010 10101 100000

Color Harmonies of #636241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636241

Black with #636241

Text Example


Text Example

White with #636241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636241; }

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

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

background-color css

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

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

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

border-color css

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

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

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