Html Css Color HEX #615F3B Verdigris

📋 copy color: '#615F3B'

red 97 ◦ green 95 ◦ blue 59

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

Shades of Verdigris #615F3B

Tints of Verdigris #615F3B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.85%

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

R = 38.65%
G = 37.85%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#615F3B (or 0x615F3B) is known color: Verdigris. HEX triplet: 61, 5F and 3B. RGB value is (97,95,59). Sum of RGB (Red+Green+Blue) = 97+95+59=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #615F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F3B is #9EA0C4. Grayscale: #5B5B5B. Windows color (decimal): -10395845 or 3891041. OLE color: 3891041.

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

Color convert

RGB 97 95 59 -
CMYK 0 0.02 0.39 0.62
HSL 56.84º 0.24% 0.31% -
HSV(B) 56.84º 0.39% 0.38% -
XYZ 9.81 11.04 5.75 -
YUV 91.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 97 95 59 0 0.02 0.39 0.62 56.84 0.24 0.31
Hex 61 5F 3B 0 2 27 3E 39 18 1F
Octal 141 137 73 0 2 47 76 71 30 37
Binary 1100001 1011111 111011 0 10 100111 111110 111001 11000 11111

Color Harmonies of #615F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F3B

Black with #615F3B

Text Example


Text Example

White with #615F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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