Html Css Color HEX #65613F Verdigris

📋 copy color: '#65613F'

red 101 ◦ green 97 ◦ blue 63

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

Shades of Verdigris #65613F

Tints of Verdigris #65613F

RGB

 RED value IS 101 (39.84% from 255) = 38.7%

 GREEN value IS 97 (38.28% from 255) = 37.16%

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

R = 38.7%
G = 37.16%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#65613F (or 0x65613F) is known color: Verdigris. HEX triplet: 65, 61 and 3F. RGB value is (101,97,63). Sum of RGB (Red+Green+Blue) = 101+97+63=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #65613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65613F is #9A9EC0. Grayscale: #5E5E5E. Windows color (decimal): -10133185 or 4153701. OLE color: 4153701.

HSL color Cylindrical-coordinate representation of color #65613F: hue angle of 53.68º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65613F is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 97 63 -
CMYK 0 0.04 0.38 0.60
HSL 53.68º 0.23% 0.32% -
HSV(B) 53.68º 0.38% 0.4% -
XYZ 10.54 11.67 6.4 -
YUV 94.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 101 97 63 0 0.04 0.38 0.60 53.68 0.23 0.32
Hex 65 61 3F 0 4 26 3C 36 17 20
Octal 145 141 77 0 4 46 74 66 27 40
Binary 1100101 1100001 111111 0 100 100110 111100 110110 10111 100000

Color Harmonies of #65613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65613F

Black with #65613F

Text Example


Text Example

White with #65613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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