Html Css Color HEX #63633A Verdigris

📋 copy color: '#63633A'

red 99 ◦ green 99 ◦ blue 58

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

Shades of Verdigris #63633A

Tints of Verdigris #63633A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

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

R = 38.67%
G = 38.67%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#63633A (or 0x63633A) is known color: Verdigris. HEX triplet: 63, 63 and 3A. RGB value is (99,99,58). Sum of RGB (Red+Green+Blue) = 99+99+58=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 99 - color contains mainly: red, green. Hex color #63633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63633A is #9C9CC5. Grayscale: #5E5E5E. Windows color (decimal): -10263750 or 3826531. OLE color: 3826531.

HSL color Cylindrical-coordinate representation of color #63633A: hue angle of 60º 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 #63633A is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 99 58 -
CMYK 0 0 0.41 0.61
HSL 60º 0.26% 0.31% -
HSV(B) 60º 0.41% 0.39% -
XYZ 10.37 11.88 5.75 -
YUV 94.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 99 99 58 0 0 0.41 0.61 60 0.26 0.31
Hex 63 63 3A 0 0 29 3D 3C 1A 1F
Octal 143 143 72 0 0 51 75 74 32 37
Binary 1100011 1100011 111010 0 0 101001 111101 111100 11010 11111

Color Harmonies of #63633A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63633A

Black with #63633A

Text Example


Text Example

White with #63633A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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