Html Css Color HEX #63694C Woodland

📋 copy color: '#63694C'

red 99 ◦ green 105 ◦ blue 76

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

Shades of Woodland #63694C

Tints of Woodland #63694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.5%

 BLUE value IS 76 (30.08% from 255) = 27.14%

R = 35.36%
G = 37.5%
B = 27.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#63694C (or 0x63694C) is known color: Woodland. HEX triplet: 63, 69 and 4C. RGB value is (99,105,76). Sum of RGB (Red+Green+Blue) = 99+105+76=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #63694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63694C is #9C96B3. Grayscale: #646464. Windows color (decimal): -10262196 or 5007715. OLE color: 5007715.

HSL color Cylindrical-coordinate representation of color #63694C: hue angle of 72.41º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63694C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 105 76 -
CMYK 0.06 0 0.28 0.59
HSL 72.41º 0.16% 0.35% -
HSV(B) 72.41º 0.28% 0.41% -
XYZ 11.5 13.28 8.79 -
YUV 99.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 99 105 76 0.06 0 0.28 0.59 72.41 0.16 0.35
Hex 63 69 4C 6 0 1C 3B 48 10 23
Octal 143 151 114 6 0 34 73 110 20 43
Binary 1100011 1101001 1001100 110 0 11100 111011 1001000 10000 100011

Color Harmonies of #63694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63694C

Black with #63694C

Text Example


Text Example

White with #63694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63694C; }

 p { color: rgb(99,105,76); }

 H1.HeaderClassName
 {
   color: #63694C;
 }
 .AnyTagClassName
 {
   color: #63694C;
 }
</style>

background-color css

<style>
 a { background-color: #63694C; }

 a { background-color: rgb(99,105,76); }

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

border-color css

<style>
 span { border-color: #63694C; }

 span { border-color: rgb(99,105,76); }

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