Html Css Color HEX #61693D Woodland

📋 copy color: '#61693D'

red 97 ◦ green 105 ◦ blue 61

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

Shades of Woodland #61693D

Tints of Woodland #61693D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.19%

R = 36.88%
G = 39.92%
B = 23.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#61693D (or 0x61693D) is known color: Woodland. HEX triplet: 61, 69 and 3D. RGB value is (97,105,61). Sum of RGB (Red+Green+Blue) = 97+105+61=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #61693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61693D is #9E96C2. Grayscale: #616161. Windows color (decimal): -10393283 or 4024673. OLE color: 4024673.

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

Color convert

RGB 97 105 61 -
CMYK 0.08 0 0.42 0.59
HSL 70.91º 0.27% 0.33% -
HSV(B) 70.91º 0.42% 0.41% -
XYZ 10.82 12.98 6.35 -
YUV 97.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 97 105 61 0.08 0 0.42 0.59 70.91 0.27 0.33
Hex 61 69 3D 8 0 2A 3B 47 1B 21
Octal 141 151 75 10 0 52 73 107 33 41
Binary 1100001 1101001 111101 1000 0 101010 111011 1000111 11011 100001

Color Harmonies of #61693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61693D

Black with #61693D

Text Example


Text Example

White with #61693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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