Html Css Color HEX #63693A Woodland

📋 copy color: '#63693A'

red 99 ◦ green 105 ◦ blue 58

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

Shades of Woodland #63693A

Tints of Woodland #63693A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.14%

R = 37.79%
G = 40.08%
B = 22.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#63693A (or 0x63693A) is known color: Woodland. HEX triplet: 63, 69 and 3A. RGB value is (99,105,58). Sum of RGB (Red+Green+Blue) = 99+105+58=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #63693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63693A is #9C96C5. Grayscale: #626262. Windows color (decimal): -10262214 or 3828067. OLE color: 3828067.

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

Color convert

RGB 99 105 58 -
CMYK 0.06 0 0.45 0.59
HSL 67.66º 0.29% 0.32% -
HSV(B) 67.66º 0.45% 0.41% -
XYZ 10.96 13.06 5.95 -
YUV 97.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 99 105 58 0.06 0 0.45 0.59 67.66 0.29 0.32
Hex 63 69 3A 6 0 2D 3B 44 1D 20
Octal 143 151 72 6 0 55 73 104 35 40
Binary 1100011 1101001 111010 110 0 101101 111011 1000100 11101 100000

Color Harmonies of #63693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63693A

Black with #63693A

Text Example


Text Example

White with #63693A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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