Html Css Color HEX #63684A Woodland

📋 copy color: '#63684A'

red 99 ◦ green 104 ◦ blue 74

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

Shades of Woodland #63684A

Tints of Woodland #63684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.55%

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

R = 35.74%
G = 37.55%
B = 26.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#63684A (or 0x63684A) is known color: Woodland. HEX triplet: 63, 68 and 4A. RGB value is (99,104,74). Sum of RGB (Red+Green+Blue) = 99+104+74=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #63684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63684A is #9C97B5. Grayscale: #636363. Windows color (decimal): -10262454 or 4876387. OLE color: 4876387.

HSL color Cylindrical-coordinate representation of color #63684A: hue angle of 70º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63684A is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 104 74 -
CMYK 0.05 0 0.29 0.59
HSL 70º 0.17% 0.35% -
HSV(B) 70º 0.29% 0.41% -
XYZ 11.33 13.05 8.4 -
YUV 99.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 99 104 74 0.05 0 0.29 0.59 70 0.17 0.35
Hex 63 68 4A 5 0 1D 3B 46 11 23
Octal 143 150 112 5 0 35 73 106 21 43
Binary 1100011 1101000 1001010 101 0 11101 111011 1000110 10001 100011

Color Harmonies of #63684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63684A

Black with #63684A

Text Example


Text Example

White with #63684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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