Html Css Color HEX #61633F Verdigris

📋 copy color: '#61633F'

red 97 ◦ green 99 ◦ blue 63

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

Shades of Verdigris #61633F

Tints of Verdigris #61633F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.32%

R = 37.45%
G = 38.22%
B = 24.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#61633F (or 0x61633F) is known color: Verdigris. HEX triplet: 61, 63 and 3F. RGB value is (97,99,63). Sum of RGB (Red+Green+Blue) = 97+99+63=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #61633F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61633F is #9E9CC0. Grayscale: #5E5E5E. Windows color (decimal): -10394817 or 4154209. OLE color: 4154209.

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

Color convert

RGB 97 99 63 -
CMYK 0.02 0 0.36 0.61
HSL 63.33º 0.22% 0.32% -
HSV(B) 63.33º 0.36% 0.39% -
XYZ 10.29 11.82 6.44 -
YUV 94.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 97 99 63 0.02 0 0.36 0.61 63.33 0.22 0.32
Hex 61 63 3F 2 0 24 3D 3F 16 20
Octal 141 143 77 2 0 44 75 77 26 40
Binary 1100001 1100011 111111 10 0 100100 111101 111111 10110 100000

Color Harmonies of #61633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61633F

Black with #61633F

Text Example


Text Example

White with #61633F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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