Html Css Color HEX #61603A Verdigris

📋 copy color: '#61603A'

red 97 ◦ green 96 ◦ blue 58

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

Shades of Verdigris #61603A

Tints of Verdigris #61603A

RGB

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

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

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

R = 38.65%
G = 38.25%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#61603A (or 0x61603A) is known color: Verdigris. HEX triplet: 61, 60 and 3A. RGB value is (97,96,58). Sum of RGB (Red+Green+Blue) = 97+96+58=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #61603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61603A is #9E9FC5. Grayscale: #5C5C5C. Windows color (decimal): -10395590 or 3825761. OLE color: 3825761.

HSL color Cylindrical-coordinate representation of color #61603A: hue angle of 58.46º 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 #61603A is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 96 58 -
CMYK 0 0.01 0.40 0.62
HSL 58.46º 0.25% 0.3% -
HSV(B) 58.46º 0.4% 0.38% -
XYZ 9.88 11.21 5.65 -
YUV 91.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 97 96 58 0 0.01 0.40 0.62 58.46 0.25 0.3
Hex 61 60 3A 0 1 28 3E 3A 19 1E
Octal 141 140 72 0 1 50 76 72 31 36
Binary 1100001 1100000 111010 0 1 101000 111110 111010 11001 11110

Color Harmonies of #61603A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61603A

Black with #61603A

Text Example


Text Example

White with #61603A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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