Html Css Color HEX #61613C Verdigris

📋 copy color: '#61613C'

red 97 ◦ green 97 ◦ blue 60

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

Shades of Verdigris #61613C

Tints of Verdigris #61613C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 38.19%
G = 38.19%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#61613C (or 0x61613C) is known color: Verdigris. HEX triplet: 61, 61 and 3C. RGB value is (97,97,60). Sum of RGB (Red+Green+Blue) = 97+97+60=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61613C is #9E9EC3. Grayscale: #5C5C5C. Windows color (decimal): -10395332 or 3957089. OLE color: 3957089.

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

Color convert

RGB 97 97 60 -
CMYK 0 0 0.38 0.62
HSL 60º 0.24% 0.31% -
HSV(B) 60º 0.38% 0.38% -
XYZ 10.02 11.42 5.95 -
YUV 92.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 97 97 60 0 0 0.38 0.62 60 0.24 0.31
Hex 61 61 3C 0 0 26 3E 3C 18 1F
Octal 141 141 74 0 0 46 76 74 30 37
Binary 1100001 1100001 111100 0 0 100110 111110 111100 11000 11111

Color Harmonies of #61613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61613C

Black with #61613C

Text Example


Text Example

White with #61613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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