Html Css Color HEX #61684C Woodland

📋 copy color: '#61684C'

red 97 ◦ green 104 ◦ blue 76

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

Shades of Woodland #61684C

Tints of Woodland #61684C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.44%

R = 35.02%
G = 37.55%
B = 27.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#61684C (or 0x61684C) is known color: Woodland. HEX triplet: 61, 68 and 4C. RGB value is (97,104,76). Sum of RGB (Red+Green+Blue) = 97+104+76=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #61684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61684C is #9E97B3. Grayscale: #626262. Windows color (decimal): -10393524 or 5007457. OLE color: 5007457.

HSL color Cylindrical-coordinate representation of color #61684C: hue angle of 75º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61684C is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 104 76 -
CMYK 0.07 0 0.27 0.59
HSL 75º 0.16% 0.35% -
HSV(B) 75º 0.27% 0.41% -
XYZ 11.18 12.96 8.75 -
YUV 98.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 97 104 76 0.07 0 0.27 0.59 75 0.16 0.35
Hex 61 68 4C 7 0 1B 3B 4B 10 23
Octal 141 150 114 7 0 33 73 113 20 43
Binary 1100001 1101000 1001100 111 0 11011 111011 1001011 10000 100011

Color Harmonies of #61684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61684C

Black with #61684C

Text Example


Text Example

White with #61684C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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