Html Css Color HEX #635D42 Verdigris

📋 copy color: '#635D42'

red 99 ◦ green 93 ◦ blue 66

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

Shades of Verdigris #635D42

Tints of Verdigris #635D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 38.37%
G = 36.05%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#635D42 (or 0x635D42) is known color: Verdigris. HEX triplet: 63, 5D and 42. RGB value is (99,93,66). Sum of RGB (Red+Green+Blue) = 99+93+66=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #635D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D42 is #9CA2BD. Grayscale: #5B5B5B. Windows color (decimal): -10265278 or 4349283. OLE color: 4349283.

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

Color convert

RGB 99 93 66 -
CMYK 0 0.06 0.33 0.61
HSL 49.09º 0.2% 0.32% -
HSV(B) 49.09º 0.33% 0.39% -
XYZ 10.04 10.87 6.72 -
YUV 91.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 99 93 66 0 0.06 0.33 0.61 49.09 0.2 0.32
Hex 63 5D 42 0 6 21 3D 31 14 20
Octal 143 135 102 0 6 41 75 61 24 40
Binary 1100011 1011101 1000010 0 110 100001 111101 110001 10100 100000

Color Harmonies of #635D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635D42

Black with #635D42

Text Example


Text Example

White with #635D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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