Html Css Color HEX #65613E Verdigris

📋 copy color: '#65613E'

red 101 ◦ green 97 ◦ blue 62

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

Shades of Verdigris #65613E

Tints of Verdigris #65613E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.85%

R = 38.85%
G = 37.31%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#65613E (or 0x65613E) is known color: Verdigris. HEX triplet: 65, 61 and 3E. RGB value is (101,97,62). Sum of RGB (Red+Green+Blue) = 101+97+62=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 101 - color contains mainly: red. Hex color #65613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65613E is #9A9EC1. Grayscale: #5E5E5E. Windows color (decimal): -10133186 or 4088165. OLE color: 4088165.

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

Color convert

RGB 101 97 62 -
CMYK 0 0.04 0.39 0.60
HSL 53.85º 0.24% 0.32% -
HSV(B) 53.85º 0.39% 0.4% -
XYZ 10.51 11.66 6.25 -
YUV 94.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 101 97 62 0 0.04 0.39 0.60 53.85 0.24 0.32
Hex 65 61 3E 0 4 27 3C 36 18 20
Octal 145 141 76 0 4 47 74 66 30 40
Binary 1100101 1100001 111110 0 100 100111 111100 110110 11000 100000

Color Harmonies of #65613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65613E

Black with #65613E

Text Example


Text Example

White with #65613E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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