Html Css Color HEX #635D41 Verdigris

📋 copy color: '#635D41'

red 99 ◦ green 93 ◦ blue 65

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

Shades of Verdigris #635D41

Tints of Verdigris #635D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.19%

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

R = 38.52%
G = 36.19%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#635D41 (or 0x635D41) is known color: Verdigris. HEX triplet: 63, 5D and 41. RGB value is (99,93,65). Sum of RGB (Red+Green+Blue) = 99+93+65=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #635D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D41 is #9CA2BE. Grayscale: #5B5B5B. Windows color (decimal): -10265279 or 4283747. OLE color: 4283747.

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

Color convert

RGB 99 93 65 -
CMYK 0 0.06 0.34 0.61
HSL 49.41º 0.21% 0.32% -
HSV(B) 49.41º 0.34% 0.39% -
XYZ 10.01 10.86 6.57 -
YUV 91.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 99 93 65 0 0.06 0.34 0.61 49.41 0.21 0.32
Hex 63 5D 41 0 6 22 3D 31 15 20
Octal 143 135 101 0 6 42 75 61 25 40
Binary 1100011 1011101 1000001 0 110 100010 111101 110001 10101 100000

Color Harmonies of #635D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635D41

Black with #635D41

Text Example


Text Example

White with #635D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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