Html Css Color HEX #63623A Verdigris

📋 copy color: '#63623A'

red 99 ◦ green 98 ◦ blue 58

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

Shades of Verdigris #63623A

Tints of Verdigris #63623A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.43%

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 38.82%
G = 38.43%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#63623A (or 0x63623A) is known color: Verdigris. HEX triplet: 63, 62 and 3A. RGB value is (99,98,58). Sum of RGB (Red+Green+Blue) = 99+98+58=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #63623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63623A is #9C9DC5. Grayscale: #5D5D5D. Windows color (decimal): -10264006 or 3826275. OLE color: 3826275.

HSL color Cylindrical-coordinate representation of color #63623A: hue angle of 58.54º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63623A is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 98 58 -
CMYK 0 0.01 0.41 0.61
HSL 58.54º 0.26% 0.31% -
HSV(B) 58.54º 0.41% 0.39% -
XYZ 10.28 11.69 5.72 -
YUV 93.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 99 98 58 0 0.01 0.41 0.61 58.54 0.26 0.31
Hex 63 62 3A 0 1 29 3D 3B 1A 1F
Octal 143 142 72 0 1 51 75 73 32 37
Binary 1100011 1100010 111010 0 1 101001 111101 111011 11010 11111

Color Harmonies of #63623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63623A

Black with #63623A

Text Example


Text Example

White with #63623A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63623A; }

 p { color: rgb(99,98,58); }

 H1.HeaderClassName
 {
   color: #63623A;
 }
 .AnyTagClassName
 {
   color: #63623A;
 }
</style>

background-color css

<style>
 a { background-color: #63623A; }

 a { background-color: rgb(99,98,58); }

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

border-color css

<style>
 span { border-color: #63623A; }

 span { border-color: rgb(99,98,58); }

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