Html Css Color HEX #61664C Woodland

📋 copy color: '#61664C'

red 97 ◦ green 102 ◦ blue 76

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

Shades of Woodland #61664C

Tints of Woodland #61664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

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

R = 35.27%
G = 37.09%
B = 27.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#61664C (or 0x61664C) is known color: Woodland. HEX triplet: 61, 66 and 4C. RGB value is (97,102,76). Sum of RGB (Red+Green+Blue) = 97+102+76=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #61664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61664C is #9E99B3. Grayscale: #616161. Windows color (decimal): -10394036 or 5006945. OLE color: 5006945.

HSL color Cylindrical-coordinate representation of color #61664C: hue angle of 71.54º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61664C is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 102 76 -
CMYK 0.05 0 0.25 0.6
HSL 71.54º 0.15% 0.35% -
HSV(B) 71.54º 0.25% 0.4% -
XYZ 10.99 12.57 8.68 -
YUV 97.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 97 102 76 0.05 0 0.25 0.6 71.54 0.15 0.35
Hex 61 66 4C 5 0 19 3C 48 F 23
Octal 141 146 114 5 0 31 74 110 17 43
Binary 1100001 1100110 1001100 101 0 11001 111100 1001000 1111 100011

Color Harmonies of #61664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61664C

Black with #61664C

Text Example


Text Example

White with #61664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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