Html Css Color HEX #61693F Woodland

📋 copy color: '#61693F'

red 97 ◦ green 105 ◦ blue 63

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

Shades of Woodland #61693F

Tints of Woodland #61693F

RGB

 RED value IS 97 (38.28% from 255) = 36.6%

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

 BLUE value IS 63 (25% from 255) = 23.77%

R = 36.6%
G = 39.62%
B = 23.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#61693F (or 0x61693F) is known color: Woodland. HEX triplet: 61, 69 and 3F. RGB value is (97,105,63). Sum of RGB (Red+Green+Blue) = 97+105+63=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #61693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61693F is #9E96C0. Grayscale: #616161. Windows color (decimal): -10393281 or 4155745. OLE color: 4155745.

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

Color convert

RGB 97 105 63 -
CMYK 0.08 0 0.4 0.59
HSL 71.43º 0.25% 0.33% -
HSV(B) 71.43º 0.4% 0.41% -
XYZ 10.88 13 6.64 -
YUV 97.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 97 105 63 0.08 0 0.4 0.59 71.43 0.25 0.33
Hex 61 69 3F 8 0 28 3B 47 19 21
Octal 141 151 77 10 0 50 73 107 31 41
Binary 1100001 1101001 111111 1000 0 101000 111011 1000111 11001 100001

Color Harmonies of #61693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61693F

Black with #61693F

Text Example


Text Example

White with #61693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,105,63); }

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

background-color css

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

 a { background-color: rgb(97,105,63); }

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

border-color css

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

 span { border-color: rgb(97,105,63); }

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