Html Css Color HEX #63694A Woodland

📋 copy color: '#63694A'

red 99 ◦ green 105 ◦ blue 74

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

Shades of Woodland #63694A

Tints of Woodland #63694A

RGB

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

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

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

R = 35.61%
G = 37.77%
B = 26.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#63694A (or 0x63694A) is known color: Woodland. HEX triplet: 63, 69 and 4A. RGB value is (99,105,74). Sum of RGB (Red+Green+Blue) = 99+105+74=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #63694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63694A is #9C96B5. Grayscale: #636363. Windows color (decimal): -10262198 or 4876643. OLE color: 4876643.

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

Color convert

RGB 99 105 74 -
CMYK 0.06 0 0.30 0.59
HSL 71.61º 0.17% 0.35% -
HSV(B) 71.61º 0.3% 0.41% -
XYZ 11.43 13.25 8.43 -
YUV 99.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 99 105 74 0.06 0 0.30 0.59 71.61 0.17 0.35
Hex 63 69 4A 6 0 1E 3B 48 11 23
Octal 143 151 112 6 0 36 73 110 21 43
Binary 1100011 1101001 1001010 110 0 11110 111011 1001000 10001 100011

Color Harmonies of #63694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63694A

Black with #63694A

Text Example


Text Example

White with #63694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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