Html Css Color HEX #615A38 Verdigris

📋 copy color: '#615A38'

red 97 ◦ green 90 ◦ blue 56

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

Shades of Verdigris #615A38

Tints of Verdigris #615A38

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.04%

 BLUE value IS 56 (22.27% from 255) = 23.05%

R = 39.92%
G = 37.04%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#615A38 (or 0x615A38) is known color: Verdigris. HEX triplet: 61, 5A and 38. RGB value is (97,90,56). Sum of RGB (Red+Green+Blue) = 97+90+56=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #615A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A38 is #9EA5C7. Grayscale: #585858. Windows color (decimal): -10397128 or 3693153. OLE color: 3693153.

HSL color Cylindrical-coordinate representation of color #615A38: hue angle of 49.76º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #615A38 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 90 56 -
CMYK 0 0.07 0.42 0.62
HSL 49.76º 0.27% 0.3% -
HSV(B) 49.76º 0.42% 0.38% -
XYZ 9.3 10.14 5.21 -
YUV 88.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 97 90 56 0 0.07 0.42 0.62 49.76 0.27 0.3
Hex 61 5A 38 0 7 2A 3E 32 1B 1E
Octal 141 132 70 0 7 52 76 62 33 36
Binary 1100001 1011010 111000 0 111 101010 111110 110010 11011 11110

Color Harmonies of #615A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A38

Black with #615A38

Text Example


Text Example

White with #615A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,90,56); }

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

background-color css

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

 a { background-color: rgb(97,90,56); }

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

border-color css

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

 span { border-color: rgb(97,90,56); }

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