Html Css Color HEX #61603E Verdigris

📋 copy color: '#61603E'

red 97 ◦ green 96 ◦ blue 62

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

Shades of Verdigris #61603E

Tints of Verdigris #61603E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.65%

 BLUE value IS 62 (24.61% from 255) = 24.31%

R = 38.04%
G = 37.65%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#61603E (or 0x61603E) is known color: Verdigris. HEX triplet: 61, 60 and 3E. RGB value is (97,96,62). Sum of RGB (Red+Green+Blue) = 97+96+62=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #61603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61603E is #9E9FC1. Grayscale: #5C5C5C. Windows color (decimal): -10395586 or 4087905. OLE color: 4087905.

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

Color convert

RGB 97 96 62 -
CMYK 0 0.01 0.36 0.62
HSL 58.29º 0.22% 0.31% -
HSV(B) 58.29º 0.36% 0.38% -
XYZ 9.98 11.25 6.2 -
YUV 92.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 97 96 62 0 0.01 0.36 0.62 58.29 0.22 0.31
Hex 61 60 3E 0 1 24 3E 3A 16 1F
Octal 141 140 76 0 1 44 76 72 26 37
Binary 1100001 1100000 111110 0 1 100100 111110 111010 10110 11111

Color Harmonies of #61603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61603E

Black with #61603E

Text Example


Text Example

White with #61603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61603E; }

 p { color: rgb(97,96,62); }

 H1.HeaderClassName
 {
   color: #61603E;
 }
 .AnyTagClassName
 {
   color: #61603E;
 }
</style>

background-color css

<style>
 a { background-color: #61603E; }

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

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

border-color css

<style>
 span { border-color: #61603E; }

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

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