Html Css Color HEX #61633D Verdigris

📋 copy color: '#61633D'

red 97 ◦ green 99 ◦ blue 61

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

Shades of Verdigris #61633D

Tints of Verdigris #61633D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

 BLUE value IS 61 (24.22% from 255) = 23.74%

R = 37.74%
G = 38.52%
B = 23.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#61633D (or 0x61633D) is known color: Verdigris. HEX triplet: 61, 63 and 3D. RGB value is (97,99,61). Sum of RGB (Red+Green+Blue) = 97+99+61=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 99 - color contains mainly: green. Hex color #61633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61633D is #9E9CC2. Grayscale: #5E5E5E. Windows color (decimal): -10394819 or 4023137. OLE color: 4023137.

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

Color convert

RGB 97 99 61 -
CMYK 0.02 0 0.38 0.61
HSL 63.16º 0.24% 0.31% -
HSV(B) 63.16º 0.38% 0.39% -
XYZ 10.23 11.8 6.15 -
YUV 94.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 97 99 61 0.02 0 0.38 0.61 63.16 0.24 0.31
Hex 61 63 3D 2 0 26 3D 3F 18 1F
Octal 141 143 75 2 0 46 75 77 30 37
Binary 1100001 1100011 111101 10 0 100110 111101 111111 11000 11111

Color Harmonies of #61633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61633D

Black with #61633D

Text Example


Text Example

White with #61633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61633D; }

 p { color: rgb(97,99,61); }

 H1.HeaderClassName
 {
   color: #61633D;
 }
 .AnyTagClassName
 {
   color: #61633D;
 }
</style>

background-color css

<style>
 a { background-color: #61633D; }

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

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

border-color css

<style>
 span { border-color: #61633D; }

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

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