Html Css Color HEX #63694B Woodland

📋 copy color: '#63694B'

red 99 ◦ green 105 ◦ blue 75

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

Shades of Woodland #63694B

Tints of Woodland #63694B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.88%

R = 35.48%
G = 37.63%
B = 26.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#63694B (or 0x63694B) is known color: Woodland. HEX triplet: 63, 69 and 4B. RGB value is (99,105,75). Sum of RGB (Red+Green+Blue) = 99+105+75=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #63694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63694B is #9C96B4. Grayscale: #636363. Windows color (decimal): -10262197 or 4942179. OLE color: 4942179.

HSL color Cylindrical-coordinate representation of color #63694B: hue angle of 72º 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 #63694B is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 105 75 -
CMYK 0.06 0 0.29 0.59
HSL 72º 0.17% 0.35% -
HSV(B) 72º 0.29% 0.41% -
XYZ 11.47 13.26 8.61 -
YUV 99.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 99 105 75 0.06 0 0.29 0.59 72 0.17 0.35
Hex 63 69 4B 6 0 1D 3B 48 11 23
Octal 143 151 113 6 0 35 73 110 21 43
Binary 1100011 1101001 1001011 110 0 11101 111011 1001000 10001 100011

Color Harmonies of #63694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63694B

Black with #63694B

Text Example


Text Example

White with #63694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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