Html Css Color HEX #616641 Woodland

📋 copy color: '#616641'

red 97 ◦ green 102 ◦ blue 65

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

Shades of Woodland #616641

Tints of Woodland #616641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 36.74%
G = 38.64%
B = 24.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#616641 (or 0x616641) is known color: Woodland. HEX triplet: 61, 66 and 41. RGB value is (97,102,65). Sum of RGB (Red+Green+Blue) = 97+102+65=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 102 - color contains mainly: green. Hex color #616641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616641 is #9E99BE. Grayscale: #606060. Windows color (decimal): -10394047 or 4286049. OLE color: 4286049.

HSL color Cylindrical-coordinate representation of color #616641: hue angle of 68.11º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #616641 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 102 65 -
CMYK 0.05 0 0.36 0.6
HSL 68.11º 0.22% 0.33% -
HSV(B) 68.11º 0.36% 0.4% -
XYZ 10.64 12.43 6.84 -
YUV 96.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 97 102 65 0.05 0 0.36 0.6 68.11 0.22 0.33
Hex 61 66 41 5 0 24 3C 44 16 21
Octal 141 146 101 5 0 44 74 104 26 41
Binary 1100001 1100110 1000001 101 0 100100 111100 1000100 10110 100001

Color Harmonies of #616641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616641

Black with #616641

Text Example


Text Example

White with #616641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616641; }

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

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

background-color css

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

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

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

border-color css

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

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

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