Html Css Color HEX #63613E Verdigris

📋 copy color: '#63613E'

red 99 ◦ green 97 ◦ blue 62

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

Shades of Verdigris #63613E

Tints of Verdigris #63613E

RGB

 RED value IS 99 (39.06% from 255) = 38.37%

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

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

R = 38.37%
G = 37.6%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#63613E (or 0x63613E) is known color: Verdigris. HEX triplet: 63, 61 and 3E. RGB value is (99,97,62). Sum of RGB (Red+Green+Blue) = 99+97+62=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63613E is #9C9EC1. Grayscale: #5D5D5D. Windows color (decimal): -10264258 or 4088163. OLE color: 4088163.

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

Color convert

RGB 99 97 62 -
CMYK 0 0.02 0.37 0.61
HSL 56.76º 0.23% 0.32% -
HSV(B) 56.76º 0.37% 0.39% -
XYZ 10.29 11.55 6.24 -
YUV 93.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 99 97 62 0 0.02 0.37 0.61 56.76 0.23 0.32
Hex 63 61 3E 0 2 25 3D 39 17 20
Octal 143 141 76 0 2 45 75 71 27 40
Binary 1100011 1100001 111110 0 10 100101 111101 111001 10111 100000

Color Harmonies of #63613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63613E

Black with #63613E

Text Example


Text Example

White with #63613E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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