Html Css Color HEX #635E40 Verdigris

📋 copy color: '#635E40'

red 99 ◦ green 94 ◦ blue 64

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

Shades of Verdigris #635E40

Tints of Verdigris #635E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.58%

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 38.52%
G = 36.58%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#635E40 (or 0x635E40) is known color: Verdigris. HEX triplet: 63, 5E and 40. RGB value is (99,94,64). Sum of RGB (Red+Green+Blue) = 99+94+64=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #635E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635E40 is #9CA1BF. Grayscale: #5C5C5C. Windows color (decimal): -10265024 or 4218467. OLE color: 4218467.

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

Color convert

RGB 99 94 64 -
CMYK 0 0.05 0.35 0.61
HSL 51.43º 0.21% 0.32% -
HSV(B) 51.43º 0.35% 0.39% -
XYZ 10.07 11.03 6.45 -
YUV 92.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 99 94 64 0 0.05 0.35 0.61 51.43 0.21 0.32
Hex 63 5E 40 0 5 23 3D 33 15 20
Octal 143 136 100 0 5 43 75 63 25 40
Binary 1100011 1011110 1000000 0 101 100011 111101 110011 10101 100000

Color Harmonies of #635E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E40

Black with #635E40

Text Example


Text Example

White with #635E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635E40; }

 p { color: rgb(99,94,64); }

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

background-color css

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

 a { background-color: rgb(99,94,64); }

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

border-color css

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

 span { border-color: rgb(99,94,64); }

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