Html Css Color HEX #61633A Verdigris

📋 copy color: '#61633A'

red 97 ◦ green 99 ◦ blue 58

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

Shades of Verdigris #61633A

Tints of Verdigris #61633A

RGB

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

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

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

R = 38.19%
G = 38.98%
B = 22.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#61633A (or 0x61633A) is known color: Verdigris. HEX triplet: 61, 63 and 3A. RGB value is (97,99,58). Sum of RGB (Red+Green+Blue) = 97+99+58=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 99 - color contains mainly: green. Hex color #61633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61633A is #9E9CC5. Grayscale: #5D5D5D. Windows color (decimal): -10394822 or 3826529. OLE color: 3826529.

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

Color convert

RGB 97 99 58 -
CMYK 0.02 0 0.41 0.61
HSL 62.93º 0.26% 0.31% -
HSV(B) 62.93º 0.41% 0.39% -
XYZ 10.16 11.77 5.74 -
YUV 93.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 97 99 58 0.02 0 0.41 0.61 62.93 0.26 0.31
Hex 61 63 3A 2 0 29 3D 3F 1A 1F
Octal 141 143 72 2 0 51 75 77 32 37
Binary 1100001 1100011 111010 10 0 101001 111101 111111 11010 11111

Color Harmonies of #61633A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61633A

Black with #61633A

Text Example


Text Example

White with #61633A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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