Html Css Color HEX #63613B Verdigris

📋 copy color: '#63613B'

red 99 ◦ green 97 ◦ blue 59

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

Shades of Verdigris #63613B

Tints of Verdigris #63613B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 38.82%
G = 38.04%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#63613B (or 0x63613B) is known color: Verdigris. HEX triplet: 63, 61 and 3B. RGB value is (99,97,59). Sum of RGB (Red+Green+Blue) = 99+97+59=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #63613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63613B is #9C9EC4. Grayscale: #5D5D5D. Windows color (decimal): -10264261 or 3891555. OLE color: 3891555.

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

Color convert

RGB 99 97 59 -
CMYK 0 0.02 0.40 0.61
HSL 57º 0.25% 0.31% -
HSV(B) 57º 0.4% 0.39% -
XYZ 10.21 11.52 5.82 -
YUV 93.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 99 97 59 0 0.02 0.40 0.61 57 0.25 0.31
Hex 63 61 3B 0 2 28 3D 39 19 1F
Octal 143 141 73 0 2 50 75 71 31 37
Binary 1100011 1100001 111011 0 10 101000 111101 111001 11001 11111

Color Harmonies of #63613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63613B

Black with #63613B

Text Example


Text Example

White with #63613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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