Html Css Color HEX #61684A Woodland

📋 copy color: '#61684A'

red 97 ◦ green 104 ◦ blue 74

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

Shades of Woodland #61684A

Tints of Woodland #61684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.82%

 BLUE value IS 74 (29.3% from 255) = 26.91%

R = 35.27%
G = 37.82%
B = 26.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#61684A (or 0x61684A) is known color: Woodland. HEX triplet: 61, 68 and 4A. RGB value is (97,104,74). Sum of RGB (Red+Green+Blue) = 97+104+74=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #61684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61684A is #9E97B5. Grayscale: #626262. Windows color (decimal): -10393526 or 4876385. OLE color: 4876385.

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

Color convert

RGB 97 104 74 -
CMYK 0.07 0 0.29 0.59
HSL 74º 0.17% 0.35% -
HSV(B) 74º 0.29% 0.41% -
XYZ 11.12 12.94 8.39 -
YUV 98.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 97 104 74 0.07 0 0.29 0.59 74 0.17 0.35
Hex 61 68 4A 7 0 1D 3B 4A 11 23
Octal 141 150 112 7 0 35 73 112 21 43
Binary 1100001 1101000 1001010 111 0 11101 111011 1001010 10001 100011

Color Harmonies of #61684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61684A

Black with #61684A

Text Example


Text Example

White with #61684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,104,74); }

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

background-color css

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

 a { background-color: rgb(97,104,74); }

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

border-color css

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

 span { border-color: rgb(97,104,74); }

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