Html Css Color HEX #63654A Woodland

📋 copy color: '#63654A'

red 99 ◦ green 101 ◦ blue 74

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

Shades of Woodland #63654A

Tints of Woodland #63654A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.86%

 BLUE value IS 74 (29.3% from 255) = 27.01%

R = 36.13%
G = 36.86%
B = 27.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#63654A (or 0x63654A) is known color: Woodland. HEX triplet: 63, 65 and 4A. RGB value is (99,101,74). Sum of RGB (Red+Green+Blue) = 99+101+74=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 101 - color contains mainly: green. Hex color #63654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63654A is #9C9AB5. Grayscale: #616161. Windows color (decimal): -10263222 or 4875619. OLE color: 4875619.

HSL color Cylindrical-coordinate representation of color #63654A: hue angle of 64.44º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63654A is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 99 101 74 -
CMYK 0.02 0 0.27 0.60
HSL 64.44º 0.15% 0.34% -
HSV(B) 64.44º 0.27% 0.4% -
XYZ 11.04 12.45 8.3 -
YUV 97.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 99 101 74 0.02 0 0.27 0.60 64.44 0.15 0.34
Hex 63 65 4A 2 0 1B 3C 40 F 22
Octal 143 145 112 2 0 33 74 100 17 42
Binary 1100011 1100101 1001010 10 0 11011 111100 1000000 1111 100010

Color Harmonies of #63654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63654A

Black with #63654A

Text Example


Text Example

White with #63654A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,101,74); }

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

background-color css

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

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

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

border-color css

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

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

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