Html Css Color HEX #63663B Verdigris

📋 copy color: '#63663B'

red 99 ◦ green 102 ◦ blue 59

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

Shades of Verdigris #63663B

Tints of Verdigris #63663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.23%

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

R = 38.08%
G = 39.23%
B = 22.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#63663B (or 0x63663B) is known color: Verdigris. HEX triplet: 63, 66 and 3B. RGB value is (99,102,59). Sum of RGB (Red+Green+Blue) = 99+102+59=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 102 - color contains mainly: green. Hex color #63663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63663B is #9C99C4. Grayscale: #606060. Windows color (decimal): -10262981 or 3892835. OLE color: 3892835.

HSL color Cylindrical-coordinate representation of color #63663B: hue angle of 64.19º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63663B is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB 99 102 59 -
CMYK 0.03 0 0.42 0.6
HSL 64.19º 0.27% 0.32% -
HSV(B) 64.19º 0.42% 0.4% -
XYZ 10.69 12.47 5.98 -
YUV 96.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 99 102 59 0.03 0 0.42 0.6 64.19 0.27 0.32
Hex 63 66 3B 3 0 2A 3C 40 1B 20
Octal 143 146 73 3 0 52 74 100 33 40
Binary 1100011 1100110 111011 11 0 101010 111100 1000000 11011 100000

Color Harmonies of #63663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63663B

Black with #63663B

Text Example


Text Example

White with #63663B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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