Html Css Color HEX #636041 Verdigris

📋 copy color: '#636041'

red 99 ◦ green 96 ◦ blue 65

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

Shades of Verdigris #636041

Tints of Verdigris #636041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.92%

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

R = 38.08%
G = 36.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#636041 (or 0x636041) is known color: Verdigris. HEX triplet: 63, 60 and 41. RGB value is (99,96,65). Sum of RGB (Red+Green+Blue) = 99+96+65=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #636041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636041 is #9C9FBE. Grayscale: #5D5D5D. Windows color (decimal): -10264511 or 4284515. OLE color: 4284515.

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

Color convert

RGB 99 96 65 -
CMYK 0 0.03 0.34 0.61
HSL 54.71º 0.21% 0.32% -
HSV(B) 54.71º 0.34% 0.39% -
XYZ 10.28 11.4 6.66 -
YUV 93.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 99 96 65 0 0.03 0.34 0.61 54.71 0.21 0.32
Hex 63 60 41 0 3 22 3D 37 15 20
Octal 143 140 101 0 3 42 75 67 25 40
Binary 1100011 1100000 1000001 0 11 100010 111101 110111 10101 100000

Color Harmonies of #636041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636041

Black with #636041

Text Example


Text Example

White with #636041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636041; }

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

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

background-color css

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

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

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

border-color css

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

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

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