Html Css Color HEX #63613D Verdigris

📋 copy color: '#63613D'

red 99 ◦ green 97 ◦ blue 61

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

Shades of Verdigris #63613D

Tints of Verdigris #63613D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.74%

R = 38.52%
G = 37.74%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#63613D (or 0x63613D) is known color: Verdigris. HEX triplet: 63, 61 and 3D. RGB value is (99,97,61). Sum of RGB (Red+Green+Blue) = 99+97+61=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #63613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63613D is #9C9EC2. Grayscale: #5D5D5D. Windows color (decimal): -10264259 or 4022627. OLE color: 4022627.

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

Color convert

RGB 99 97 61 -
CMYK 0 0.02 0.38 0.61
HSL 56.84º 0.24% 0.31% -
HSV(B) 56.84º 0.38% 0.39% -
XYZ 10.26 11.54 6.1 -
YUV 93.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 99 97 61 0 0.02 0.38 0.61 56.84 0.24 0.31
Hex 63 61 3D 0 2 26 3D 39 18 1F
Octal 143 141 75 0 2 46 75 71 30 37
Binary 1100011 1100001 111101 0 10 100110 111101 111001 11000 11111

Color Harmonies of #63613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63613D

Black with #63613D

Text Example


Text Example

White with #63613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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