Html Css Color HEX #615D3B Verdigris

📋 copy color: '#615D3B'

red 97 ◦ green 93 ◦ blue 59

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

Shades of Verdigris #615D3B

Tints of Verdigris #615D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.69%

R = 38.96%
G = 37.35%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#615D3B (or 0x615D3B) is known color: Verdigris. HEX triplet: 61, 5D and 3B. RGB value is (97,93,59). Sum of RGB (Red+Green+Blue) = 97+93+59=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #615D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D3B is #9EA2C4. Grayscale: #5A5A5A. Windows color (decimal): -10396357 or 3890529. OLE color: 3890529.

HSL color Cylindrical-coordinate representation of color #615D3B: hue angle of 53.68º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #615D3B is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 93 59 -
CMYK 0 0.04 0.39 0.62
HSL 53.68º 0.24% 0.31% -
HSV(B) 53.68º 0.39% 0.38% -
XYZ 9.63 10.69 5.69 -
YUV 90.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 97 93 59 0 0.04 0.39 0.62 53.68 0.24 0.31
Hex 61 5D 3B 0 4 27 3E 36 18 1F
Octal 141 135 73 0 4 47 76 66 30 37
Binary 1100001 1011101 111011 0 100 100111 111110 110110 11000 11111

Color Harmonies of #615D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D3B

Black with #615D3B

Text Example


Text Example

White with #615D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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