Html Css Color HEX #615D35 Verdigris

📋 copy color: '#615D35'

red 97 ◦ green 93 ◦ blue 53

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

Shades of Verdigris #615D35

Tints of Verdigris #615D35

RGB

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

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

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

R = 39.92%
G = 38.27%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#615D35 (or 0x615D35) is known color: Verdigris. HEX triplet: 61, 5D and 35. RGB value is (97,93,53). Sum of RGB (Red+Green+Blue) = 97+93+53=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #615D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D35 is #9EA2CA. Grayscale: #595959. Windows color (decimal): -10396363 or 3497313. OLE color: 3497313.

HSL color Cylindrical-coordinate representation of color #615D35: hue angle of 54.55º 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 #615D35 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 93 53 -
CMYK 0 0.04 0.45 0.62
HSL 54.55º 0.29% 0.29% -
HSV(B) 54.55º 0.45% 0.38% -
XYZ 9.49 10.63 4.92 -
YUV 89.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 97 93 53 0 0.04 0.45 0.62 54.55 0.29 0.29
Hex 61 5D 35 0 4 2D 3E 37 1D 1D
Octal 141 135 65 0 4 55 76 67 35 35
Binary 1100001 1011101 110101 0 100 101101 111110 110111 11101 11101

Color Harmonies of #615D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D35

Black with #615D35

Text Example


Text Example

White with #615D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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