Html Css Color HEX #61694D Woodland

📋 copy color: '#61694D'

red 97 ◦ green 105 ◦ blue 77

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

Shades of Woodland #61694D

Tints of Woodland #61694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.6%

R = 34.77%
G = 37.63%
B = 27.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#61694D (or 0x61694D) is known color: Woodland. HEX triplet: 61, 69 and 4D. RGB value is (97,105,77). Sum of RGB (Red+Green+Blue) = 97+105+77=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #61694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61694D is #9E96B2. Grayscale: #636363. Windows color (decimal): -10393267 or 5073249. OLE color: 5073249.

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

Color convert

RGB 97 105 77 -
CMYK 0.08 0 0.27 0.59
HSL 77.14º 0.15% 0.36% -
HSV(B) 77.14º 0.27% 0.41% -
XYZ 11.32 13.18 8.97 -
YUV 99.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 97 105 77 0.08 0 0.27 0.59 77.14 0.15 0.36
Hex 61 69 4D 8 0 1B 3B 4D F 24
Octal 141 151 115 10 0 33 73 115 17 44
Binary 1100001 1101001 1001101 1000 0 11011 111011 1001101 1111 100100

Color Harmonies of #61694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61694D

Black with #61694D

Text Example


Text Example

White with #61694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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