Html Css Color HEX #61613A Verdigris

📋 copy color: '#61613A'

red 97 ◦ green 97 ◦ blue 58

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

Shades of Verdigris #61613A

Tints of Verdigris #61613A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 38.49%
G = 38.49%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#61613A (or 0x61613A) is known color: Verdigris. HEX triplet: 61, 61 and 3A. RGB value is (97,97,58). Sum of RGB (Red+Green+Blue) = 97+97+58=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61613A is #9E9EC5. Grayscale: #5C5C5C. Windows color (decimal): -10395334 or 3826017. OLE color: 3826017.

HSL color Cylindrical-coordinate representation of color #61613A: hue angle of 60º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61613A is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 97 58 -
CMYK 0 0 0.40 0.62
HSL 60º 0.25% 0.3% -
HSV(B) 60º 0.4% 0.38% -
XYZ 9.97 11.4 5.68 -
YUV 92.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 97 97 58 0 0 0.40 0.62 60 0.25 0.3
Hex 61 61 3A 0 0 28 3E 3C 19 1E
Octal 141 141 72 0 0 50 76 74 31 36
Binary 1100001 1100001 111010 0 0 101000 111110 111100 11001 11110

Color Harmonies of #61613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61613A

Black with #61613A

Text Example


Text Example

White with #61613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61613A; }

 p { color: rgb(97,97,58); }

 H1.HeaderClassName
 {
   color: #61613A;
 }
 .AnyTagClassName
 {
   color: #61613A;
 }
</style>

background-color css

<style>
 a { background-color: #61613A; }

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

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

border-color css

<style>
 span { border-color: #61613A; }

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

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