Html Css Color HEX #63694F Woodland

📋 copy color: '#63694F'

red 99 ◦ green 105 ◦ blue 79

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

Shades of Woodland #63694F

Tints of Woodland #63694F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.92%

R = 34.98%
G = 37.1%
B = 27.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#63694F (or 0x63694F) is known color: Woodland. HEX triplet: 63, 69 and 4F. RGB value is (99,105,79). Sum of RGB (Red+Green+Blue) = 99+105+79=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #63694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63694F is #9C96B0. Grayscale: #646464. Windows color (decimal): -10262193 or 5204323. OLE color: 5204323.

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

Color convert

RGB 99 105 79 -
CMYK 0.06 0 0.25 0.59
HSL 73.85º 0.14% 0.36% -
HSV(B) 73.85º 0.25% 0.41% -
XYZ 11.61 13.32 9.36 -
YUV 100.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 99 105 79 0.06 0 0.25 0.59 73.85 0.14 0.36
Hex 63 69 4F 6 0 19 3B 4A E 24
Octal 143 151 117 6 0 31 73 112 16 44
Binary 1100011 1101001 1001111 110 0 11001 111011 1001010 1110 100100

Color Harmonies of #63694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63694F

Black with #63694F

Text Example


Text Example

White with #63694F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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