Html Css Color HEX #615C35 Verdigris

📋 copy color: '#615C35'

red 97 ◦ green 92 ◦ blue 53

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

Shades of Verdigris #615C35

Tints of Verdigris #615C35

RGB

 RED value IS 97 (38.28% from 255) = 40.08%

 GREEN value IS 92 (36.33% from 255) = 38.02%

 BLUE value IS 53 (21.09% from 255) = 21.9%

R = 40.08%
G = 38.02%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#615C35 (or 0x615C35) is known color: Verdigris. HEX triplet: 61, 5C and 35. RGB value is (97,92,53). Sum of RGB (Red+Green+Blue) = 97+92+53=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #615C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C35 is #9EA3CA. Grayscale: #595959. Windows color (decimal): -10396619 or 3497057. OLE color: 3497057.

HSL color Cylindrical-coordinate representation of color #615C35: hue angle of 53.18º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #615C35 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 92 53 -
CMYK 0 0.05 0.45 0.62
HSL 53.18º 0.29% 0.29% -
HSV(B) 53.18º 0.45% 0.38% -
XYZ 9.4 10.45 4.89 -
YUV 89.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 97 92 53 0 0.05 0.45 0.62 53.18 0.29 0.29
Hex 61 5C 35 0 5 2D 3E 35 1D 1D
Octal 141 134 65 0 5 55 76 65 35 35
Binary 1100001 1011100 110101 0 101 101101 111110 110101 11101 11101

Color Harmonies of #615C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C35

Black with #615C35

Text Example


Text Example

White with #615C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615C35; }

 p { color: rgb(97,92,53); }

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

background-color css

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

 a { background-color: rgb(97,92,53); }

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

border-color css

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

 span { border-color: rgb(97,92,53); }

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