Html Css Color HEX #63603D Verdigris

📋 copy color: '#63603D'

red 99 ◦ green 96 ◦ blue 61

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

Shades of Verdigris #63603D

Tints of Verdigris #63603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

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

R = 38.67%
G = 37.5%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#63603D (or 0x63603D) is known color: Verdigris. HEX triplet: 63, 60 and 3D. RGB value is (99,96,61). Sum of RGB (Red+Green+Blue) = 99+96+61=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #63603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63603D is #9C9FC2. Grayscale: #5D5D5D. Windows color (decimal): -10264515 or 4022371. OLE color: 4022371.

HSL color Cylindrical-coordinate representation of color #63603D: hue angle of 55.26º 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 #63603D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 96 61 -
CMYK 0 0.03 0.38 0.61
HSL 55.26º 0.24% 0.31% -
HSV(B) 55.26º 0.38% 0.39% -
XYZ 10.17 11.36 6.07 -
YUV 92.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 99 96 61 0 0.03 0.38 0.61 55.26 0.24 0.31
Hex 63 60 3D 0 3 26 3D 37 18 1F
Octal 143 140 75 0 3 46 75 67 30 37
Binary 1100011 1100000 111101 0 11 100110 111101 110111 11000 11111

Color Harmonies of #63603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63603D

Black with #63603D

Text Example


Text Example

White with #63603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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