Html Css Color HEX #615E38 Verdigris

📋 copy color: '#615E38'

red 97 ◦ green 94 ◦ blue 56

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

Shades of Verdigris #615E38

Tints of Verdigris #615E38

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.06%

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

R = 39.27%
G = 38.06%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#615E38 (or 0x615E38) is known color: Verdigris. HEX triplet: 61, 5E and 38. RGB value is (97,94,56). Sum of RGB (Red+Green+Blue) = 97+94+56=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #615E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E38 is #9EA1C7. Grayscale: #5A5A5A. Windows color (decimal): -10396104 or 3694177. OLE color: 3694177.

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

Color convert

RGB 97 94 56 -
CMYK 0 0.03 0.42 0.62
HSL 55.61º 0.27% 0.3% -
HSV(B) 55.61º 0.42% 0.38% -
XYZ 9.65 10.83 5.32 -
YUV 90.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 97 94 56 0 0.03 0.42 0.62 55.61 0.27 0.3
Hex 61 5E 38 0 3 2A 3E 38 1B 1E
Octal 141 136 70 0 3 52 76 70 33 36
Binary 1100001 1011110 111000 0 11 101010 111110 111000 11011 11110

Color Harmonies of #615E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E38

Black with #615E38

Text Example


Text Example

White with #615E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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