Html Css Color HEX #63664D Woodland

📋 copy color: '#63664D'

red 99 ◦ green 102 ◦ blue 77

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

Shades of Woodland #63664D

Tints of Woodland #63664D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.7%

R = 35.61%
G = 36.69%
B = 27.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#63664D (or 0x63664D) is known color: Woodland. HEX triplet: 63, 66 and 4D. RGB value is (99,102,77). Sum of RGB (Red+Green+Blue) = 99+102+77=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 102 - color contains mainly: green. Hex color #63664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63664D is #9C99B2. Grayscale: #626262. Windows color (decimal): -10262963 or 5072483. OLE color: 5072483.

HSL color Cylindrical-coordinate representation of color #63664D: hue angle of 67.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63664D is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 99 102 77 -
CMYK 0.03 0 0.25 0.6
HSL 67.2º 0.14% 0.35% -
HSV(B) 67.2º 0.25% 0.4% -
XYZ 11.24 12.69 8.88 -
YUV 98.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 99 102 77 0.03 0 0.25 0.6 67.2 0.14 0.35
Hex 63 66 4D 3 0 19 3C 43 E 23
Octal 143 146 115 3 0 31 74 103 16 43
Binary 1100011 1100110 1001101 11 0 11001 111100 1000011 1110 100011

Color Harmonies of #63664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63664D

Black with #63664D

Text Example


Text Example

White with #63664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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